X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=themes%2Fdefault%2Fstylesheet.css;h=5c29ddf9ba3c56a97122a528bc1fefacf2a070eb;hp=97e4fa8fd06551bc922a3062e3788a27381ee9b6;hb=09840d69393cddaf881159e62beff40790db05ae;hpb=131666c458388902ed2b28dff2b7101aac661e1e diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 97e4fa8..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,35 +136,13 @@ 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; -moz-border-radius: 3px; border-radius: 3px; border: dashed 1px #888888; - margin: 5px; + margin: 10px 0px 0px 10px; background-color: #eeeeee; padding: 10px; float: left;