diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-05-29 15:36:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-05-29 15:36:17 +0000 |
commit | e39cfcd22b369684ee88268b3a80b1d293867406 (patch) | |
tree | 88c9aca5818fc8ced97e6a5ac63aa992e446b25f /misc | |
parent | 1fc8a18c2d74ec4ce5247b6abedddaadbcde3e34 (diff) | |
download | brdo-e39cfcd22b369684ee88268b3a80b1d293867406.tar.gz brdo-e39cfcd22b369684ee88268b3a80b1d293867406.tar.bz2 |
- More CSS updates and fixes. Patch by Al.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |