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.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;