X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/blobdiff_plain/eaec152fe27378e7b65def318294bbb91e850f8f..3d4c5e32db61adc0761069aa63c37d0e4ee7648a:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index a82f2e2..5b5451b 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -216,11 +216,18 @@ a.rss_logo:hover { width: 95%; margin: 0 auto 15px; background: -moz-linear-gradient(center top , #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 transparent; - border: 1px solid #DFDFDF; + border: 1px solid #d8d8d8; padding: 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; + font-size: 1.5em; +} + +.index_include pre { + border: 1px solid #d8d8d8; + margin: 1em 0 1em 2em; + padding: 0.5em; } /* Elements @@ -332,7 +339,7 @@ th .header { box-sizing: border-box; margin: 0 auto 15px auto; padding: 15px; - width: 95%; + width: 768px; } .readme h1 { @@ -384,10 +391,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 {