From bdd6d5ffc5107af540e893c16f5e0ebb6265591a Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 15 Sep 2013 17:54:57 +0200 Subject: [PATCH] Add support for README.html file in project root --- gitweb.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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, -- 2.30.2