edit js/ditto

This commit is contained in:
ruanyf
2014-04-25 19:07:52 +08:00
parent 18b8669739
commit e7d0ecf9b7
+8 -2
View File
@@ -180,14 +180,20 @@ body {
border-radius: 5px;
}
#content ul,
#content ol {
#content ul {
display: block;
list-style-type: none;
padding-top: 0.5rem;
padding-bottom:0.5rem;
}
#content ol {
display: block;
padding-top: 0.5rem;
padding-bottom:0.5rem;
}
#content ul li:before { /* a hack to have dashes as a list style */
content: "-";
position: relative;