hgweb: remove obsolete -webkit-border-radius property
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Mon, 12 Oct 2015 14:46:51 +0100
changeset 26599 bdd7d9c7e626
parent 26598 264e88901c44
child 26600 e8497889edab
hgweb: remove obsolete -webkit-border-radius property
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;
 }