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-04 19:35:32 +0300
committerLordMathis <namesny.matus@gmail.com>2016-10-04 19:35:32 +0300
commit6c45b233c789835146d45dc9fe8b63564fcbb36e (patch)
tree2160192e24e19d8b32d5c05d76a5bc21174ab723 /static
parent4d1b6dd2a0b7c7432127c1717f860e7899bf087e (diff)
added Read More to list.html
Diffstat (limited to 'static')
-rw-r--r--static/css/nix.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/nix.css b/static/css/nix.css
index d6c4709..d003bed 100644
--- a/static/css/nix.css
+++ b/static/css/nix.css
@@ -81,6 +81,10 @@ i {
padding: 0 5px 0 5px;
}
+.post-list-footer {
+ padding-bottom: 5px;
+}
+
#post-list {
list-style: none;
padding-left: 0;