This commit is contained in:
Toks
2013-08-29 21:18:34 -04:00
parent 2ba6a92575
commit bbcc6783ab

View File

@@ -38,6 +38,23 @@ div#note-container {
small {
font-size: 0.8em;
}
ul {
margin-left: 1em;
margin-bottom: 1em;
ul {
margin-bottom: 0;
}
li {
list-style-type: disc;
+ br {
display: none;
}
}
}
}
div.note-box {