X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/blobdiff_plain/eaec152fe27378e7b65def318294bbb91e850f8f..4a883fcce56014930645b350862a3adf3a3872af:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index a82f2e2..48b6947 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -332,7 +332,7 @@ th .header { box-sizing: border-box; margin: 0 auto 15px auto; padding: 15px; - width: 95%; + width: 768px; } .readme h1 { @@ -384,10 +384,13 @@ th .header { font-family: monospace; margin: 1em 0; white-space: pre; + background-color: #eaeaea; + padding: 1em; } .readme tt, .readme code, .readme kbd, .readme samp { font-family: monospace; + background-color: #eaeaea; } .readme blockquote {