X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/9d8d9b61238df3a855504825e5f735d00289f12b..2c2047ff67a1e0053f95776e5079e432f69cea54:/cgit.css diff --git a/cgit.css b/cgit.css index 85815c1..9112bfe 100644 --- a/cgit.css +++ b/cgit.css @@ -8,7 +8,7 @@ body { h2 { - font-size: normal; + font-size: 100%; font-weight: bold; margin-bottom: 0.1em; } @@ -31,10 +31,10 @@ table.list tr { background: white; } table.list tr:hover { - background: #eee; + background: #eeb; } table.list th { - font-weight: bold; + font-weight: normal; background: #ddd; border-bottom: solid 1px #aaa; padding: 0.1em 0.5em 0.1em 0.5em; @@ -50,16 +50,22 @@ img { div#header { - background-color: #eee; + background-color: #ddd; padding: 0.25em 0.25em 0.25em 0.5em; font-size: 150%; font-weight: bold; - border: solid 1px #ccc; + border: solid 1px #aaa; vertical-align: middle; + margin-bottom: 2em; } div#header img#logo { float: right; } + +div#header input { + float: right; + margin: 0.25em 1em; +} div#header a { color: black; } @@ -95,8 +101,7 @@ td.filemode { td.blob { white-space: pre; - font-family: courier; - font-size: 100%; + font-family: monospace; background-color: white; }