-rw-r--r-- | cgit.css | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -1,14 +1,14 @@ body { font-family: arial; font-size: normal; background: white; padding: 0em; - margin: 0.5em 1em; + margin: 0em; } h2 { font-size: 120%; font-weight: bold; margin-bottom: 0.5em; } @@ -43,40 +43,43 @@ table.list th { } table.list td { border: none; padding: 0.1em 0.5em 0.1em 0.5em; } img { border: none; } - -div#header { +table#layout { + width: 100%; + border-collapse: collapse; + margin: 0px; +} +td#header { background-color: #ddd; padding: 0.25em 0.25em 0.25em 0.5em; font-size: 150%; font-weight: bold; - border: solid 1px #aaa; + border-bottom: solid 1px #aaa; vertical-align: middle; - margin-bottom: 2em; } -div#header img#logo { +td#header img#logo { float: right; } -div#header input { +td#header input { float: right; margin: 0.25em 1em; } -div#header a { +td#header a { color: black; } -div#content { - margin: 0.5em 0.5em; +td#content { + padding: 1em 0.5em; } div#blob { border: solid 1px black; } div.error { color: red; |