From e39cfcd22b369684ee88268b3a80b1d293867406 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 May 2003 15:36:17 +0000 Subject: - More CSS updates and fixes. Patch by Al. --- misc/drupal.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/drupal.css b/misc/drupal.css index 76c81a8a8..bf7d3a51b 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -6,10 +6,10 @@ .blog-it a { color: #000; text-decoration: none; } .blog-it a:hover { color: #000; text-decoration: none; } -.poll-foreground { background-color: #000; } -.poll-background { background-color: #ddd; } +.poll-foreground { background-color: #000; float: left; height: 1em; } +.poll-background { background-color: #ddd; float: left; height: 1em; } .form-item .title { font-weight: bold; margin-top: 1.1em; margin-bottom: 1px; } .form-item .description { font-size: 0.85em; } -.inline-container div { display: inline; } +.container-inline div { display: inline; } -- cgit v1.2.3