aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-12-02 11:41:28 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-12-02 11:41:28 +0100
commit4173c51ab707eff142f0cb275f2cc26abab67948 (patch)
tree46952b8e5066d9c9cd7e28d31501ee43f7c3206b
parent80a18e678e989a3404e406e4ffa3ca2adfdca9eb (diff)
Fixed background color.
-rw-r--r--gitweb.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitweb.css b/gitweb.css
index e376572..f7c56df 100644
--- a/gitweb.css
+++ b/gitweb.css
@@ -263,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: #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: -o-linear-gradient(top, #F9F9F9 0%, #EFEFEF 100%);
height: 2.5em;
border-bottom: 1px solid #e1e1e1;
}