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:
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