Skip to content

Commit ff78fee

Browse files
author
james
committed
docs: version number and small css tweaks
1 parent 91a8391 commit ff78fee

File tree

2 files changed

+5
-4
lines changed
  • docs/language/ql-training

2 files changed

+5
-4
lines changed

docs/language/ql-training/_static-training/slides-semmle-2/static/theme/css/default.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ ul {
485485
margin-left: 2.2em;
486486
margin-bottom: 1em;
487487
position: relative;
488+
width: 90%;
488489
}
489490
/* line 300, ../scss/default.scss */
490491
ul 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

docs/language/ql-training/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
9292
copyright = u'2019 Semmle Ltd'
9393
author = u'Semmle Ltd'
9494

0 commit comments

Comments
 (0)