mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
add content_toc
This commit is contained in:
+7
-2
@@ -118,7 +118,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
#content pre {
|
||||
#content pre{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 10px;
|
||||
@@ -193,7 +193,7 @@ body {
|
||||
|
||||
#content ul li {
|
||||
text-indent: -5px; /* to compensate for the padding for the dash */
|
||||
font-size: 13px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
#content ul li.link {
|
||||
@@ -209,6 +209,11 @@ body {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#content .content-toc{
|
||||
background: #bdc3c7;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#back_to_top {
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user