Skip to content

Commit b07e1fa

Browse files
author
james
committed
docs: slightly adjust width of lists in notes
1 parent 0e0f78e commit b07e1fa

File tree

1 file changed

+30
-2
lines changed
  • docs/language/ql-training/_static-training/slides-semmle-2/static/theme/css

1 file changed

+30
-2
lines changed

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

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,8 +1599,36 @@ p.first.admonition-title {
15991599
font-size: 1em;
16001600
}
16011601

1602-
.admonition.note ul {
1603-
width: inherit;
1602+
.admonition.note ul li {
1603+
width: 90%;
1604+
}
1605+
1606+
1607+
/* styles for information buttons on slides that have notes */
1608+
1609+
#extra-notes {
1610+
display: block;
1611+
position: fixed;
1612+
top: 0;
1613+
right: 1%;
1614+
font-size: 1em;
1615+
}
1616+
1617+
#close-notes {
1618+
display: block;
1619+
position: fixed;
1620+
top: 0;
1621+
right: 0;
1622+
font-size: 1.2em;
1623+
}
1624+
1625+
button {
1626+
border: none;
1627+
background: none;
1628+
}
1629+
1630+
button:hover {
1631+
text-decoration: underline;
16041632
}
16051633

16061634
/********* images ************/

0 commit comments

Comments
 (0)