cookutils rev 125

web: let have round corner with old mozilla/webkit browser
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 10 02:39:24 2011 +0200 (2011-05-10)
parents a448e4db6392
children 697b811323a1
files web/style.css
line diff
     1.1 --- a/web/style.css	Tue May 10 02:13:42 2011 +0200
     1.2 +++ b/web/style.css	Tue May 10 02:39:24 2011 +0200
     1.3 @@ -83,8 +83,8 @@
     1.4  /* Round corner */
     1.5  
     1.6  pre, .button, .pctbar {
     1.7 -	/*-moz-border-radius: 4px;
     1.8 -	-webkit-border-radius: 4px; */
     1.9 +	-moz-border-radius: 4px;
    1.10 +	-webkit-border-radius: 4px;
    1.11  	border-radius: 4px;
    1.12  }
    1.13