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
d21f46bbc7
commit
18b8669739
@ -180,7 +180,8 @@ 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;
|
||||||
@ -193,12 +194,14 @@ body {
|
|||||||
left: -5px;
|
left: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content ul li {
|
#content ul li,
|
||||||
|
#content ol li{
|
||||||
text-indent: -5px; /* to compensate for the padding for the dash */
|
text-indent: -5px; /* to compensate for the padding for the dash */
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content ul li.link {
|
#content ul li.link,
|
||||||
|
#content ol li.link {
|
||||||
color: #2980b9;
|
color: #2980b9;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user