# HG changeset patch # User Christophe Lincoln # Date 1304987964 -7200 # Node ID c41b34790f4493de425ec72465388c21dfca78a3 # Parent a448e4db639233c20cc1ded1f143bad0dd0a7f43 web: let have round corner with old mozilla/webkit browser diff -r a448e4db6392 -r c41b34790f44 web/style.css --- a/web/style.css Tue May 10 02:13:42 2011 +0200 +++ b/web/style.css Tue May 10 02:39:24 2011 +0200 @@ -83,8 +83,8 @@ /* Round corner */ pre, .button, .pctbar { - /*-moz-border-radius: 4px; - -webkit-border-radius: 4px; */ + -moz-border-radius: 4px; + -webkit-border-radius: 4px; border-radius: 4px; }