diff options
Diffstat (limited to 'theme/css/blog.php')
-rw-r--r-- | theme/css/blog.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/css/blog.php b/theme/css/blog.php index 4c69e57..b84db08 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php | |||
@@ -36,11 +36,19 @@ span.back-post { | |||
36 | font-size: 0.9em; | 36 | font-size: 0.9em; |
37 | } | 37 | } |
38 | 38 | ||
39 | span.back-post:before { | ||
40 | content: "\ab\a0"; | ||
41 | } | ||
42 | |||
39 | span.next-post { | 43 | span.next-post { |
40 | float: right; | 44 | float: right; |
41 | font-size: 0.9em; | 45 | font-size: 0.9em; |
42 | } | 46 | } |
43 | 47 | ||
48 | span.next-post:after { | ||
49 | content: "\a0\bb"; | ||
50 | } | ||
51 | |||
44 | div.post-date-1 { | 52 | div.post-date-1 { |
45 | width: 45px; | 53 | width: 45px; |
46 | height: 49px; | 54 | height: 49px; |