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-02-06 01:33:03 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-02-06 01:33:03 +0300
commit8f2377de615387a6d1292884b816e24237bbd3e6 (patch)
tree08e8531033bee46a49fa36244b7528f4f1906ad8 /static
parent3951232f50d3443b94473258c0f123a7cb12c2a4 (diff)
Align prev next post navigation element
Diffstat (limited to 'static')
-rw-r--r--static/css/blackburn.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/blackburn.css b/static/css/blackburn.css
index 75b02af..ba6868d 100644
--- a/static/css/blackburn.css
+++ b/static/css/blackburn.css
@@ -35,6 +35,18 @@ article > footer {
border-bottom: 1px solid #eee;
}
+.prev-next-post .prev {
+ float: left;
+ text-align: left;
+ overflow: hidden;
+}
+
+.prev-next-post .next {
+ float: right;
+ text-align: right;
+ overflow: hidden;
+}
+
#menu .brand {
font-family: Raleway;
font-weight: bold;