summary refs log tree commit diff stats
path: root/theme/css/blog.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-11-15 11:52:07 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-11-15 11:52:07 -0500
commitde53fc452a22beedf28a92defe19168153e078cd (patch)
treebf38e3ae1df07089608a039b071c05c791b4c486 /theme/css/blog.php
parentb0aabd0559eb6ca70af2ffeb35299b63d7edf097 (diff)
downloadfourisland-de53fc452a22beedf28a92defe19168153e078cd.tar.gz
fourisland-de53fc452a22beedf28a92defe19168153e078cd.tar.bz2
fourisland-de53fc452a22beedf28a92defe19168153e078cd.zip
Added holidays to Layouts 4.5 and 6.2
Diffstat (limited to 'theme/css/blog.php')
-rw-r--r--theme/css/blog.php8
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
39span.back-post:before {
40 content: "\ab\a0";
41}
42
39span.next-post { 43span.next-post {
40 float: right; 44 float: right;
41 font-size: 0.9em; 45 font-size: 0.9em;
42} 46}
43 47
48span.next-post:after {
49 content: "\a0\bb";
50}
51
44div.post-date-1 { 52div.post-date-1 {
45 width: 45px; 53 width: 45px;
46 height: 49px; 54 height: 49px;