aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/docs.css')
-rw-r--r--docs/src/templates/docs.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css
index 4a2a7fb3..765c7e4a 100644
--- a/docs/src/templates/docs.css
+++ b/docs/src/templates/docs.css
@@ -268,7 +268,7 @@ li {
/*----- content styles -----*/
-#content-panel {
+.content-panel {
float: left;
margin-top: 4em;
margin-left: 3em;
@@ -286,7 +286,7 @@ li {
border-radius: 15px;
}
-#content-panel > h2 {
+.content-panel > h2 {
font-size: 2em;
font-weight: normal;
color: #fff;
@@ -294,8 +294,7 @@ li {
height: 1em;
}
-
-#content {
+.content-panel-content {
background-color: #fff;
display: block;
margin: 0.7em -1em -1em;
@@ -354,6 +353,10 @@ li {
padding-left: 0;
}
+#disqus #disqus_thread {
+ margin: 0.7em -1em -1em;
+}
+
/* subpages */
#fader {