Add support for README.html file in project root
authorStefan Imhoff <stefan@imhoff.name>
Sun, 15 Sep 2013 15:54:57 +0000 (17:54 +0200)
committerStefan Imhoff <stefan@imhoff.name>
Sun, 15 Sep 2013 15:59:59 +0000 (17:59 +0200)
gitweb.css

index b2cd8ddc40e19160055e8b545bda6a0f50974181..a062934106cfcc293fc20ef123af73c586530ca9 100644 (file)
@@ -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,