X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/071afd4cc5b307c3e00bca83fb40215a4a5560b6..716b1f745fdbbbec87d4300191bc2721291b1baf:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index ba8e991..78bed54 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -1,11 +1,15 @@ +html, +body { + height: 100%; +} + body { font-family: sans-serif; - font-size: small; - border: solid #d9d8d1; - border-width: 1px; - margin: 10px; + margin: 0; background-color: #ffffff; color: #000000; + display: flex; + flex-direction: column; } a { @@ -41,24 +45,31 @@ a.list img.avatar { border-style: none; } -div.page_header { - height: 25px; - padding: 8px; +.page_header { + padding: 1rem; font-size: 150%; font-weight: bold; - background-color: #d9d8d1; + border-top: 0.25rem solid #f71; + background-color: #f716; } -div.page_header a:visited, a.header { +.page_header a:visited, a.header { color: #0000cc; } -div.page_header a:hover { +.page_header a:hover { color: #880000; } +/* .page_header + nav.page_subhead now wraps .page_nav and the search form, which is reduced from