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

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLordMathis <namesny.matus@gmail.com>2016-09-29 12:06:47 +0300
committerLordMathis <namesny.matus@gmail.com>2016-09-29 12:06:47 +0300
commitf70e0ceec145052124c175424f2749cb06b9c538 (patch)
treef4b8e758c1b46a7675e8ffa090f377b67d607725 /static
parent66b36141190c7c8e2b1dff6e61b992117b673fbe (diff)
layouts polishing
Diffstat (limited to 'static')
-rw-r--r--static/css/nix.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/static/css/nix.css b/static/css/nix.css
index 2c5743d..1191448 100644
--- a/static/css/nix.css
+++ b/static/css/nix.css
@@ -4,6 +4,7 @@ html {
body {
margin-top: 50px;
+ margin-bottom: 50px;
background-color: #fdfdfd;
height: 100%;
font-family: 'Open Sans', sans-serif;
@@ -62,10 +63,12 @@ i {
}
.post-header {
- background-color: #eeeeee;
+ background-color: #F5F5F5;
+ overflow: hidden;
+ padding: 0 5px 0 5px;
}
-.post-summary {
+.post-summary, .post-content{
clear: both;
}
@@ -79,3 +82,11 @@ i {
border-width: 0 0 3px 0;
border-color: #292929;
}
+
+footer {
+ background-color: #F5F5F5;
+ display: block;
+ width: 100%;
+ padding: 10px;
+}
+