# HG changeset patch # User Gijs Kruitbosch # Date 1444657611 -3600 # Node ID bdd7d9c7e62609476910f24da963998c391a996c # Parent 264e88901c4460e940d62ef1f82494a1ed0afc6c hgweb: remove obsolete -webkit-border-radius property diff -r 264e88901c44 -r bdd7d9c7e626 mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css Mon Oct 12 15:20:04 2015 +0800 +++ b/mercurial/templates/static/style-paper.css Mon Oct 12 14:46:51 2015 +0100 @@ -89,7 +89,6 @@ background: #ffc; font-size: 70%; border: 1px solid yellow; - -webkit-border-radius: 5px; /* this is just for Safari */ border-radius: 5px; }