summaryrefslogtreecommitdiffhomepage
path: root/docs/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 115fd34..84cd977 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -127,30 +127,30 @@ blockquote {
font-style: italic;
}
-#toc {
+#table-of-contents {
font-size: 14px;
}
-#toc ul {
+#table-of-contents ul {
margin-left: 3px;
padding-left: 15px;
}
-#toc .header-1 {
+#table-of-contents .header-1 {
display: inline-block;
margin-top: 10px;
font-weight: 900;
}
-#toc .header-2 {
+#table-of-contents .header-2 {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
margin-top: 10px;
}
-#toc .header-3 {
+#table-of-contents .header-3 {
}
@media only screen and (min-width: 1280px) {
@@ -160,7 +160,7 @@ blockquote {
padding-left: 310px;
}
- #toc {
+ #table-of-contents {
border: solid 1px #f0f0f0;
padding: 10px;
padding-bottom: 30px;