diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-05-29 10:18:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-05-29 10:18:38 +0000 |
commit | 1fc8a18c2d74ec4ce5247b6abedddaadbcde3e34 (patch) | |
tree | 746f550c09c4a827c859d32384b055e35db1fcd0 /misc | |
parent | f7e11d3bb763d0f8c3b0551b7f5848f72c557ac0 (diff) | |
download | brdo-1fc8a18c2d74ec4ce5247b6abedddaadbcde3e34.tar.gz brdo-1fc8a18c2d74ec4ce5247b6abedddaadbcde3e34.tar.bz2 |
- Al's CSS patches. This commit improves the themability of some core
components such as lists, form items, removes an ugly hack from the
archive module and should fix the poll problem (although it doesn't
Opera/Konqueror).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/drupal.css b/misc/drupal.css new file mode 100644 index 000000000..76c81a8a8 --- /dev/null +++ b/misc/drupal.css @@ -0,0 +1,15 @@ +.item-list .title { font-weight: bold; } +.item-list ul { margin: 0 0 0.75em 0; padding: 0; } +.item-list ul li { margin: 0 0 0.25em 1.5em; padding: 0; list-style: disc; } + +.blog-it { color: #555; float: right; padding-left: 0.25em; } +.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; } + +.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; } |