Skip to content

Commit 0b6592f

Browse files
author
james
committed
docs: version number and small css tweaks
(cherry picked from commit ff78fee)
1 parent 2d00ca5 commit 0b6592f

File tree

2 files changed

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

2 files changed

+6
-4
lines changed

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

Lines changed: 4 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 {
@@ -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

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)