X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c43f1246cb759eb811ab0ebef0613b86dda99581..23734c5a2b607dca2d634cafdc63202a687f26d3:/cgit.css diff --git a/cgit.css b/cgit.css index 459dca7..d94b1b7 100644 --- a/cgit.css +++ b/cgit.css @@ -8,9 +8,9 @@ body { h2 { - font-size: 100%; + font-size: 120%; font-weight: bold; - margin-bottom: 0.1em; + margin-bottom: 0.5em; } a { @@ -33,9 +33,13 @@ table.list tr { table.list tr:hover { background: #eeb; } +table.list tr.nohover:hover { + background: white; +} table.list th { font-weight: normal; background: #ddd; + border-top: solid 1px #aaa; border-bottom: solid 1px #aaa; padding: 0.1em 0.5em 0.1em 0.5em; vertical-align: baseline; @@ -61,6 +65,11 @@ div#header { div#header img#logo { float: right; } + +div#header input { + float: right; + margin: 0.25em 1em; +} div#header a { color: black; }