changeset 2590:f8016ab6c163 beta

fix for issues #493 CSS fix for super old browsers
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 11 Jul 2012 19:23:04 +0200
parents 146480218785
children 86c544532840
files rhodecode/public/css/style.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Jul 11 10:48:41 2012 +0200
+++ b/rhodecode/public/css/style.css	Wed Jul 11 19:23:04 2012 +0200
@@ -232,7 +232,7 @@
 	-moz-border-radius: 0px 0px 8px 8px;
 	border-radius: 0px 0px 8px 8px;
 	height: 37px;
-    background-color: #003B76;
+    background-color: #003B76;    
     background-repeat: repeat-x;
     background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
     background-image: -moz-linear-gradient(top, #003b76, #00376e);
@@ -1937,7 +1937,7 @@
     padding: 4px;
     position: absolute;
     width: 278px;
-    
+    background-color: #003B76;
     background-repeat: repeat-x;
     background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
     background-image: -moz-linear-gradient(top, #003b76, #00376e);