Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-26 20:51:34 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-26 20:51:34 +0300
commitafe6a2485d099844eb31497e621c453b6982aa15 (patch)
treee89e0f0f047a656e84204e2c59522764c849a059
parent5931bd141e907be8bdca2504efdfaee54da0d3ef (diff)
improved header layout
-rw-r--r--static/css/default.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 290b36f..98f0129 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -268,6 +268,15 @@
text-align: justify;
}
+.playground-body h1,
+.playground-body h2,
+.playground-body h3,
+.playground-body h4,
+.playground-body h5,
+.playground-body h6 {
+ margin: 22px 0 5px 0;
+}
+
/* Single page classes */
.article-header-container {
@@ -304,6 +313,15 @@
padding-bottom: 50px;
}
+#article-body h1,
+#article-body h2,
+#article-body h3,
+#article-body h4,
+#article-body h5,
+#article-body h6 {
+ margin: 22px 0 5px 0;
+}
+
.article-body-left {
text-align: left !important;
}