diff options
-rw-r--r-- | themes/admin_default/css/screen.css | 8 | ||||
-rw-r--r-- | themes/default/css/screen.css | 10 |
2 files changed, 5 insertions, 13 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 964d87db..12006e46 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -15,14 +15,6 @@ * 1) Basic HTML elements **********************************************************************/ -th, -td { - border: none; - border-bottom: 1px solid #ccc; - padding-right: .5em; -} - - /** ******************************************************************* * 2) Reusable content blocks **********************************************************************/ diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index f191358f..d873f805 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -103,16 +103,16 @@ th { font-weight: bold; } -td { -} - th, td { - border: 1px solid #ccc; - padding: .3em; + border: none; + border-bottom: 1px solid #ccc; + padding: .5em; vertical-align: top; } + + /* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ fieldset { |