1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

edit js/ditto

This commit is contained in:
ruanyf 2014-04-25 19:07:52 +08:00
parent 18b8669739
commit e7d0ecf9b7

View File

@ -180,14 +180,20 @@ body {
border-radius: 5px; border-radius: 5px;
} }
#content ul, #content ul {
#content ol {
display: block; display: block;
list-style-type: none; list-style-type: none;
padding-top: 0.5rem; padding-top: 0.5rem;
padding-bottom: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 ul li:before { /* a hack to have dashes as a list style */
content: "-"; content: "-";
position: relative; position: relative;