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

edit js/ditto

This commit is contained in:
ruanyf 2014-04-25 19:06:40 +08:00
parent d21f46bbc7
commit 18b8669739

View File

@ -180,7 +180,8 @@ body {
border-radius: 5px;
}
#content ul {
#content ul,
#content ol {
display: block;
list-style-type: none;
padding-top: 0.5rem;
@ -193,12 +194,14 @@ body {
left: -5px;
}
#content ul li {
#content ul li,
#content ol li{
text-indent: -5px; /* to compensate for the padding for the dash */
font-size: 0.8rem;
}
#content ul li.link {
#content ul li.link,
#content ol li.link {
color: #2980b9;
text-decoration: none;
font-size: 0.7rem;