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-10-05 12:12:02 +0300
committerLordMathis <namesny.matus@gmail.com>2016-10-05 12:12:02 +0300
commit8acf99109dcc3431a87a05ec1748c23809f1d04f (patch)
tree6b774b95cb05d6e014628f5afa818895b137b9bf /static
parent1ba9b213bc914f84cf11c1ade4cfa6b713e85110 (diff)
disqus support
Diffstat (limited to 'static')
-rw-r--r--static/css/nix.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/nix.css b/static/css/nix.css
index d003bed..f264328 100644
--- a/static/css/nix.css
+++ b/static/css/nix.css
@@ -97,6 +97,11 @@ i {
border-color: #292929;
}
+.post-comments {
+ padding-top: 10px;
+ border-top-style: solid;
+}
+
.wrapper {
min-height: 100%;
margin: 0 auto -50px;