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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-23 03:09:45 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-23 03:09:45 +0300
commite46f53afafbdedd7946eec38d50db90cbd3a29df (patch)
tree24ae9855a99ceabcc641cc054d7ae716c4ee55bd /static
parent22e751e74e510e23a404a8b72981f6eb9979ff3b (diff)
Adjust margin/padding and add border top
Diffstat (limited to 'static')
-rw-r--r--static/css/blackburn.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/blackburn.css b/static/css/blackburn.css
index a850132..1d8284b 100644
--- a/static/css/blackburn.css
+++ b/static/css/blackburn.css
@@ -29,6 +29,8 @@ article > footer {
}
.pagination {
- padding: 2em 0;
- margin: 2em 0;
+ margin-top: 2em;
+ padding-top: 2em;
+ padding-bottom: 2em;
+ border-top: 1px solid #eee;
} \ No newline at end of file