diff options
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 | ||