diff options
-rw-r--r-- | themes/bartik/css/style.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index b0a154912..4014808e8 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -118,10 +118,11 @@ a.feed-icon { /* ------------------ Table Styles ------------------ */ table { + border: 0; border-spacing: 0; - width: 100%; - margin: 10px 0; font-size: 0.857em; + margin: 10px 0; + width: 100%; } table table { font-size: 1em; @@ -134,12 +135,15 @@ table tr th { background: rgba(0, 0, 0, 0.51); border-bottom-style: none; } -table thead tr th, -table thead tr th a, -table thead tr th a:hover { +table tr th, +table tr th a, +table tr th a:hover { color: #FFF; font-weight: bold; } +table tbody tr th { + vertical-align: top; +} tr td, tr th { padding: 4px 9px; |