changeset 1999:6b474c01ba98 beta

fixed css broken during replacement
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 19 Feb 2012 05:15:04 +0200
parents a21da784856b
children 72c525a7e7ad
files rhodecode/public/css/style.css
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Sun Feb 19 05:08:38 2012 +0200
+++ b/rhodecode/public/css/style.css	Sun Feb 19 05:15:04 2012 +0200
@@ -996,16 +996,14 @@
 	overflow: hidden;
 	background-color: #eedc94;
 	background-repeat: repeat-x;
-	background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
-		to(#eedc94) );
+	background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
 	background-image: -moz-linear-gradient(top, #003b76, #00376e);
 	background-image: -ms-linear-gradient(top, #003b76, #00376e);
 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
 	background-image: -webkit-linear-gradient(top, #003b76, #00376e);
-	background-image:e)(top, #003b76, #00376e);
+	background-image: -o-linear-gradient(top, #003b76, #00376e);
 	background-image: linear-gradient(top, #003b76, #00376e);
-	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
-		endColorstr='#00376e', GradientType=0 );
+	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
 	margin: 0 0 20px;
 	padding: 0;
 }