aboutsummaryrefslogtreecommitdiff
path: root/gitweb.css
diff options
context:
space:
mode:
Diffstat (limited to 'gitweb.css')
-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;
}