Changeset - f8016ab6c163
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-11 19:23:04
marcin@python-works.com
fix for issues #493 CSS fix for super old browsers
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -232,7 +232,7 @@ div.options a {
 
	-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 @@ div.form div.fields div.field div.button
 
    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);
0 comments (0 inline, 0 general)