From 25ec7ee14626877b0e55f61b39fd7c41049de190 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 21 Dec 2008 19:51:37 -0500 Subject: Fixed many HTML validation errors --- theme/css/bubbles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'theme/css') 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 { } /* Pimped Bubble */ -div#pimped.bubble { +div.pimped.bubble { font-size: 0.9em; } -div#pimped.bubble div.rounded { +div.pimped.bubble div.rounded { color: #fff; border: 3px solid #fff; background-color: #111; } -div#pimped.bubble cite.rounded { +div.pimped.bubble cite.rounded { background: transparent url(/theme/images/tip-pimped.gif) no-repeat 15px 0; } -- cgit 1.4.1