diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-10 08:45:24 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-10 08:45:24 +0000 |
commit | e56e667031f5e869d1c675d4d92cdce6619fcfb0 (patch) | |
tree | e2b4f26295c4a87f08737b8edaefec3254f52575 | |
parent | 337c2f9b5dfea8e7800f5425f9ce8df24f13373d (diff) | |
download | brdo-e56e667031f5e869d1c675d4d92cdce6619fcfb0.tar.gz brdo-e56e667031f5e869d1c675d4d92cdce6619fcfb0.tar.bz2 |
#92372 by ac. Fix alignment of a couple inline buttons. (You need to resave your colors to wipe out the Garland CSS cache.)
-rw-r--r-- | themes/garland/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css index 1fba98506..2b9ad5a87 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -250,7 +250,7 @@ span.submitted, .description { .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, -table .form-button, table .form-submit { +table .form-button, table .form-submit, .confirmation .form-submit, .search-form .form-submit { margin: 0; } |