From 80a18e678e989a3404e406e4ffa3ca2adfdca9eb Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Mon, 2 Dec 2013 11:36:00 +0100 Subject: Added readme CSS, removed light grey background. --- gitweb.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/gitweb.css b/gitweb.css index 91f22e8..e376572 100644 --- a/gitweb.css +++ b/gitweb.css @@ -214,6 +214,14 @@ a.rss_logo:hover { /* Elements ---------------------------------------------------------------------------- */ +.readme { + background: none repeat scroll 0 0 #EAF2F5; + border: 1px solid #BEDCE7; + margin: 0 auto 15px; + padding: 5px; + width: 94%; +} + .project_list, .shortlog, .tree, @@ -255,11 +263,11 @@ a.rss_logo:hover { .commit_search tr.dark, .commit_search tr.light, .history tr.dark, .history tr.light, .heads tr.dark, .heads tr.light { - background: #F9F9F9; /* old browsers */ - background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 100%); /* firefox */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#EFEFEF)); /* webkit */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 ); /* ie */ - background: -o-linear-gradient(top, #F9F9F9 0%, #EFEFEF 100%); + /*background: #F9F9F9;*/ /* old browsers */ + /*background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 100%);*/ /* firefox */ + /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#EFEFEF));*/ /* webkit */ + /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 );*/ /* ie */ + /*background: -o-linear-gradient(top, #F9F9F9 0%, #EFEFEF 100%);*/ height: 2.5em; border-bottom: 1px solid #e1e1e1; } -- cgit v1.2.3