diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-31 17:40:04 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-31 17:40:04 +0000 |
commit | 569a336d8879b19d26f2a1d954eb1be5c0d558d3 (patch) | |
tree | 642e121eb182f4be7f7a30529202d90242cfecae /themes | |
parent | 385d60d255b9673a55cfc50c87c1f9c986f71f37 (diff) | |
download | drupal-569a336d8879b19d26f2a1d954eb1be5c0d558d3.tar.gz drupal-569a336d8879b19d26f2a1d954eb1be5c0d558d3.zip |
#561484 by Davy Van Den Bremt: Remove reference to obsolete CSS class box.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/garland/style.css | 4 | ||||
-rw-r--r-- | themes/seven/style.css | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css index 0aee0a8ec60..801ed1a47d2 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -290,10 +290,6 @@ table .form-button, table .form-submit { margin: 0; } -.box { - margin-bottom: 2.5em; -} - /** * Layout */ diff --git a/themes/seven/style.css b/themes/seven/style.css index 49a1bec2f96..829f2e1c0e1 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -21,10 +21,6 @@ a:hover { text-decoration: underline; } -div.box, p { - margin: 0 0 20px; -} - hr { display: none; } |