diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-11-26 14:21:20 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-11-26 14:21:20 -0500 |
commit | 224f9ee5014ae5c5399188afd8d38e3b620e2856 (patch) | |
tree | 6432f783d495626e962835009b6d2f4fd53e42cd /theme/css | |
parent | 34d358ba240bd19491f0f97faf04513318bee6c0 (diff) | |
download | fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.tar.gz fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.tar.bz2 fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.zip |
Added Fouripedia compatibility
Made many strutural changes to Four Island allowing for the reinclusion of Fouripedia.
Diffstat (limited to 'theme/css')
-rw-r--r-- | theme/css/blog.php | 2 | ||||
-rw-r--r-- | theme/css/quotes.css | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/theme/css/blog.php b/theme/css/blog.php index b84db08..e19d7df 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php | |||
@@ -229,7 +229,7 @@ div.post-date-4 { | |||
229 | span.post-vote { | 229 | span.post-vote { |
230 | float: right; | 230 | float: right; |
231 | position: relative; | 231 | position: relative; |
232 | top: -2em; | 232 | top: -.5em; |
233 | right: 1em; | 233 | right: 1em; |
234 | } | 234 | } |
235 | 235 | ||
diff --git a/theme/css/quotes.css b/theme/css/quotes.css index 5be0923..2d33e45 100644 --- a/theme/css/quotes.css +++ b/theme/css/quotes.css | |||
@@ -56,6 +56,4 @@ span.quote-update-result { | |||
56 | float: right; | 56 | float: right; |
57 | text-transform: uppercase; | 57 | text-transform: uppercase; |
58 | font-size: 70%; | 58 | font-size: 70%; |
59 | position: relative; | ||
60 | top: -1.2em; | ||
61 | } | 59 | } |