diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2009-11-15 11:52:07 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2009-11-15 11:52:07 -0500 |
| commit | de53fc452a22beedf28a92defe19168153e078cd (patch) | |
| tree | bf38e3ae1df07089608a039b071c05c791b4c486 /theme/css/blog.php | |
| parent | b0aabd0559eb6ca70af2ffeb35299b63d7edf097 (diff) | |
| download | fourisland-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.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; |
