From: Andre Noll Date: Sun, 18 Aug 2013 12:40:00 +0000 (+0200) Subject: web: Avoid gray area on gitweb page. X-Git-Tag: v0.5.0~1^2~6 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=7fb28a9ac16a56a5caa0ab9e543318df205692d7;hp=f3f97881985cc0757787fbd89b9dca89c96a8bef;p=paraslash.git web: Avoid gray area on gitweb page. Removing this section makes it go away. --- diff --git a/web/para.css b/web/para.css index 27e75197..2207d614 100644 --- a/web/para.css +++ b/web/para.css @@ -354,15 +354,6 @@ div.page_body { font-size: 150%; } -div.title { - display: block; - padding: 6px 8px; - font-weight: bold; - background-color: #555555; - text-decoration: none; - color: white; -} - a.title:hover { background-color: #AA3100; }