File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
docs/language/ql-training
_static-training/slides-semmle-2/static/theme/css Expand file tree Collapse file tree 2 files changed +6
-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 {
@@ -1452,6 +1453,7 @@ hgroup .pre {
14521453.subheading {
14531454 position : absolute;
14541455 top : 62.5% ;
1456+ left : 0 ;
14551457}
14561458
14571459.subheading p {
@@ -1557,7 +1559,7 @@ p.first.admonition-title {
15571559 text-align : left;
15581560 font-size : 0.8em ;
15591561 width : 100% ;
1560- overflow : scroll ;
1562+ overflow : auto ;
15611563 border : 1px solid black;
15621564}
15631565
@@ -1596,7 +1598,7 @@ p.first.admonition-title {
15961598 display : block;
15971599 position : fixed;
15981600 top : 0 ;
1599- right : -1 % ;
1601+ right : 0 ;
16001602 font-size : 1.2em ;
16011603}
16021604
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