From: Stefan Imhoff Date: Sun, 15 Sep 2013 15:54:57 +0000 (+0200) Subject: Add support for README.html file in project root X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=bdd6d5ffc5107af540e893c16f5e0ebb6265591a Add support for README.html file in project root --- diff --git a/gitweb.css b/gitweb.css index b2cd8dd..a062934 100644 --- a/gitweb.css +++ b/gitweb.css @@ -305,9 +305,22 @@ th .header { } .title { - width: 95%; + margin: 0 auto 15px auto; padding: 5px; + width: 95%; +} + +.readme { + background: #eaf2f5; + border: 1px solid #bedce7; + box-sizing: border-box; margin: 0 auto 15px auto; + padding: 15px; + width: 95%; +} + +.readme h1 { + margin-top: 0; } .projects_list,