diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 20:00:07 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 20:00:07 +0100 |
commit | b763268cced064495deaacf4f0e894f498b2d37b (patch) | |
tree | ac8fe728ebc982647394476e000c21868448685e /themes | |
parent | d2bf1852a4934d0432ed808c02e2cc36712492bd (diff) |
stylesheet improvements, removed some html table styles
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/stylesheet.css | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 1f7e7d4..5c29ddf 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -84,14 +84,14 @@ td.searchfor { font-weight: bolder; } -td.index_header { +td.index_header,div.index_header { background-color: #eeeeee; padding: 10px; vertical-align: middle; white-space: nowrap; } -td.content_title { +td.content_title,div.content_title { background-color: #eeeeee; padding: 10px; vertical-align: middle; @@ -136,28 +136,6 @@ a.calendar { font-size: 10px; } -#single { - padding: 10px; - display: table; - table-layout: fixed; - border: hidden; - border-spacing: 10px; - border-collapse: separate; - margin-left: auto; - margin-right: auto; -} - -table.matrix { - padding: 10px; - display: table; - table-layout: fixed; - border-style: hidden; - border-spacing: 10px; - border-collapse: separate; - margin-left: auto; - margin-right: auto; -} - div.thumb { text-align: center; vertical-align: top; |