aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-12-02 11:36:00 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-12-02 11:36:00 +0100
commit80a18e678e989a3404e406e4ffa3ca2adfdca9eb (patch)
tree7d4df48e395c69db7e2837d1952735098b3e2fb6
parent9a7ddc02123b7ca40b9eee55ef543fd034be77ab (diff)
Added readme CSS, removed light grey background.
-rw-r--r--gitweb.css18
1 files 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;
}