##// END OF EJS Templates
fixed css broken during replacement
marcink -
r1999:6b474c01 beta
parent child Browse files
Show More
@@ -996,16 +996,14 b' tbody .yui-dt-editable { cursor: pointer'
996 996 overflow: hidden;
997 997 background-color: #eedc94;
998 998 background-repeat: repeat-x;
999 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1000 to(#eedc94) );
999 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
1001 1000 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1002 1001 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1003 1002 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1004 1003 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1005 background-image:e)(top, #003b76, #00376e);
1004 background-image: -o-linear-gradient(top, #003b76, #00376e);
1006 1005 background-image: linear-gradient(top, #003b76, #00376e);
1007 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1008 endColorstr='#00376e', GradientType=0 );
1006 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1009 1007 margin: 0 0 20px;
1010 1008 padding: 0;
1011 1009 }
General Comments 0
You need to be logged in to leave comments. Login now