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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordceoy <dnarsil+github@gmail.com>2018-01-02 12:38:10 +0300
committerdceoy <dnarsil+github@gmail.com>2018-01-02 12:38:10 +0300
commit3b1f4ffb530a1a06cdbee529b20846c85ecf5fcb (patch)
treed3250e01e83579ee7f712f9fa2df5f22aa42f9ed
parentb5a75e7dde05fc06d570b1ce2411b6d31ac116a7 (diff)
Tweak margins
-rw-r--r--static/css/custom.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 16272a7..95125ba 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -51,6 +51,7 @@ body {
font-family: verdana,arial,helvetica,sans-serif;
list-style-type:none;
padding-left: 1em;
+ padding-bottom: 1em;
}
.posts li p{
@@ -71,7 +72,7 @@ body {
font-family: verdana,arial,helvetica,sans-serif;
color:#888;
font-size:x-small;
- margin-bottom:0;
+ margin-bottom: 1em;
}
.footnote a {