summary refs log tree commit diff stats
path: root/theme/css/blog.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
commit9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (patch)
treeb9ad822ca0f186f42da00e1a2c882ede77d2ee14 /theme/css/blog.php
parentf037e1d6baa069b324b7a0fd6eaffbdfb5c6f4dc (diff)
downloadfourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.gz
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.bz2
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.zip
Major design and code overhaul
I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good.
Diffstat (limited to 'theme/css/blog.php')
-rw-r--r--theme/css/blog.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/theme/css/blog.php b/theme/css/blog.php index b4b80d0..bef21dd 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php
@@ -91,6 +91,13 @@ div.entry {
91 font: 75%/150% Arial, "Trebuchet MS", Tahoma; 91 font: 75%/150% Arial, "Trebuchet MS", Tahoma;
92} 92}
93 93
94div.entry ol,
95div.entry ul,
96a[name|="comment"]+div.bubble ol,
97a[name|="comment"]+div.bubble ul {
98 margin-left: 3em;
99}
100
94<?php 101<?php
95 102
96$getupdates = "SELECT * FROM updates"; 103$getupdates = "SELECT * FROM updates";
@@ -207,3 +214,9 @@ div.post-date-4 {
207 float: left; 214 float: left;
208 background: url(/theme/images/date-bg-4.gif) no-repeat; 215 background: url(/theme/images/date-bg-4.gif) no-repeat;
209} 216}
217
218span.post-vote {
219 float: right;
220 position: relative;
221 top: -10px;
222}