X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/blobdiff_plain/4a883fcce56014930645b350862a3adf3a3872af..351afc3b4e8e110872d5d0a741293ee258b3a5ad:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 48b6947..48cf972 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 @@ -397,6 +404,11 @@ th .header { margin: 1em; } +.readme img { + max-width: 100%; + max-height: auto; +} + .projects_list, .tags { width: 95%;