diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-11-10 13:10:09 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-11-10 13:10:09 +0000 |
commit | 6263c0f22c4b97f99be66c97ba1bae6431eaa2a5 (patch) | |
tree | b6b26a9cab31320657da8f0698be24787074604d | |
parent | ca4004eb9a772b83684b6eaf976eab1a807ae7e1 (diff) | |
download | brdo-6263c0f22c4b97f99be66c97ba1bae6431eaa2a5.tar.gz brdo-6263c0f22c4b97f99be66c97ba1bae6431eaa2a5.tar.bz2 |
Clean up patch for #92372
-rw-r--r-- | themes/garland/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css index 2b9ad5a87..5867c00b7 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -247,10 +247,12 @@ span.submitted, .description { margin: 2em 0.5em 1em 0; } +.confirmation .form-submit, +.search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, -table .form-button, table .form-submit, .confirmation .form-submit, .search-form .form-submit { +table .form-button, table .form-submit { margin: 0; } |