File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
docs/language/ql-training
_static-training/slides-semmle-2/static/theme/css Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 485485 margin-left : 2.2em ;
486486 margin-bottom : 1em ;
487487 position : relative;
488+ width : 90% ;
488489}
489490/* line 300, ../scss/default.scss */
490491ul li {
@@ -1569,7 +1570,7 @@ p.first.admonition-title {
15691570 text-align : left;
15701571 font-size : 0.8em ;
15711572 width : 100% ;
1572- overflow : scroll ;
1573+ overflow : auto ;
15731574 border : 1px solid black;
15741575}
15751576
@@ -1608,7 +1609,7 @@ p.first.admonition-title {
16081609 display : block;
16091610 position : fixed;
16101611 top : 0 ;
1611- right : -1 % ;
1612+ right : 0 ;
16121613 font-size : 1.2em ;
16131614}
16141615
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ def setup(sphinx):
8686# built documents.
8787#
8888# The short X.Y version.
89- version = u'1.21 '
89+ version = u'1.22 '
9090# The full version, including alpha/beta/rc tags.
91- release = u'1.21 '
91+ release = u'1.22 '
9292copyright = u'2019 Semmle Ltd'
9393author = u'Semmle Ltd'
9494
You can’t perform that action at this time.
0 commit comments