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:
parent
18b8669739
commit
e7d0ecf9b7
10
css/app.css
10
css/app.css
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user