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

add content_toc

This commit is contained in:
ruanyf 2014-04-22 09:31:39 +08:00
parent 2ed4b5d298
commit 54fe0d12b6

View File

@ -183,6 +183,8 @@ body {
#content ul {
display: block;
list-style-type: none;
padding-top: 0.5rem;
padding-bottom:0.5rem;
}
#content ul li:before { /* a hack to have dashes as a list style */
@ -197,9 +199,9 @@ body {
}
#content ul li.link {
color: #4682BE;
color: #2980b9;
text-decoration: none;
font-size: 13px;
font-size: 0.7rem;
font-weight: bold;
cursor: pointer;
}