docs: slightly adjust width of lists in notes

This commit is contained in:
james
2019-09-18 17:04:38 +01:00
parent 0e0f78e448
commit b07e1fa08d

View File

@@ -1599,8 +1599,36 @@ p.first.admonition-title {
font-size: 1em;
}
.admonition.note ul {
width: inherit;
.admonition.note ul li {
width: 90%;
}
/* styles for information buttons on slides that have notes */
#extra-notes {
display: block;
position: fixed;
top: 0;
right: 1%;
font-size: 1em;
}
#close-notes {
display: block;
position: fixed;
top: 0;
right: 0;
font-size: 1.2em;
}
button {
border: none;
background: none;
}
button:hover {
text-decoration: underline;
}
/********* images ************/