diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-04 12:34:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-04 12:34:31 +0000 |
commit | 73ba8917695030c1293b16af7ef7a37a5ee44061 (patch) | |
tree | da321ba41e83dc3c7a97d58214d14c7815e3fb8c | |
parent | f8fd99b33481337b4daa37fbc641e8b019070f2b (diff) | |
download | brdo-73ba8917695030c1293b16af7ef7a37a5ee44061.tar.gz brdo-73ba8917695030c1293b16af7ef7a37a5ee44061.tar.bz2 |
- Patch #660718 by jbrown: tables with style='width:auto;' render badly.
-rw-r--r-- | themes/seven/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index f1639e810..260e43c36 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -423,7 +423,7 @@ table.system-status-report th, table td, table th { vertical-align: middle; - padding: 8px 5px 8px 10px; + padding: 8px 10px; } table.system-status-report th { @@ -465,7 +465,7 @@ table th { border-width: 1px; border-style: solid; border-color: #bebfb9; - padding: 3px 3px 3px 10px; + padding: 3px 10px; } table th.active { |