mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
edit js/ditto
This commit is contained in:
+8
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user