diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 19:51:37 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 19:51:37 -0500 |
commit | 25ec7ee14626877b0e55f61b39fd7c41049de190 (patch) | |
tree | 3a98f606c2e1f642fa0b291b96f7361cad0e13b6 /theme/css | |
parent | 1c7e44811dde19488a870df68ff770a2f6def7f8 (diff) | |
download | fourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.tar.gz fourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.tar.bz2 fourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.zip |
Fixed many HTML validation errors
Diffstat (limited to 'theme/css')
-rwxr-xr-x | theme/css/bubbles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/css/bubbles.css b/theme/css/bubbles.css index 311e471..ac982f9 100755 --- a/theme/css/bubbles.css +++ b/theme/css/bubbles.css | |||
@@ -49,15 +49,15 @@ div.bubble cite.rounded { | |||
49 | } | 49 | } |
50 | 50 | ||
51 | /* Pimped Bubble */ | 51 | /* Pimped Bubble */ |
52 | div#pimped.bubble { | 52 | div.pimped.bubble { |
53 | font-size: 0.9em; | 53 | font-size: 0.9em; |
54 | } | 54 | } |
55 | div#pimped.bubble div.rounded { | 55 | div.pimped.bubble div.rounded { |
56 | color: #fff; | 56 | color: #fff; |
57 | border: 3px solid #fff; | 57 | border: 3px solid #fff; |
58 | background-color: #111; | 58 | background-color: #111; |
59 | } | 59 | } |
60 | div#pimped.bubble cite.rounded { | 60 | div.pimped.bubble cite.rounded { |
61 | background: transparent url(/theme/images/tip-pimped.gif) no-repeat 15px 0; | 61 | background: transparent url(/theme/images/tip-pimped.gif) no-repeat 15px 0; |
62 | } | 62 | } |
63 | 63 | ||