X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/blobdiff_plain/214ac44b9b55e7c0e750a43bf4b5f757acb5a361..0305a0623a27fbb79c53d2bb2732cec0067189ed:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 48b6947..44ce42b 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 @@ -391,12 +398,22 @@ th .header { .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; + display: block; + margin-left: auto; + margin-right: auto; +} + .projects_list, .tags { width: 95%;