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-03-28 00:27:01 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-03-28 00:27:01 +0300
commit90b827af5547f32bd5ff77217370d25483ccb45d (patch)
treecb877b3a18819679c4632f9fadd59eeaf0305356 /static
parentf6437c68c39a55b0a13fe3e835685c0f9ce35924 (diff)
Improve display of pagination links
Diffstat (limited to 'static')
-rw-r--r--static/css/blackburn.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/blackburn.css b/static/css/blackburn.css
index ba6868d..c591985 100644
--- a/static/css/blackburn.css
+++ b/static/css/blackburn.css
@@ -69,4 +69,9 @@ i {
.pagination {
text-align: center;
+ margin-top: 3em;
+}
+
+.pagination a {
+ color: #265778;
} \ No newline at end of file