summary refs log tree commit diff stats
path: root/theme/css/bubbles.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/bubbles.css')
-rwxr-xr-xtheme/css/bubbles.css6
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 */
52div#pimped.bubble { 52div.pimped.bubble {
53 font-size: 0.9em; 53 font-size: 0.9em;
54} 54}
55div#pimped.bubble div.rounded { 55div.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}
60div#pimped.bubble cite.rounded { 60div.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