X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/blobdiff_plain/eaec152fe27378e7b65def318294bbb91e850f8f..c4377d371c3d8cd7dcb5e5e49c8012b8847d8fdb:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index a82f2e2..d001682 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,16 +391,26 @@ 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; + white-space: pre-wrap; + word-break: keep-all; } .readme blockquote { margin: 1em; } +.readme img { + max-width: 100%; + max-height: auto; +} + .projects_list, .tags { width: 95%;