Mercurial > hg-stable
changeset 26530:52642e12e7b3
hgweb: fix border-radius for standards-based browsers
While here, remove an old gecko-specific property, as gecko has
supported the unprefixed version for many years.
author | Gijs Kruitbosch <gijskruitbosch@gmail.com> |
---|---|
date | Wed, 07 Oct 2015 20:19:20 +0100 |
parents | 7833b13b001f |
children | 15ce78517d4b |
files | mercurial/templates/static/style-paper.css |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/static/style-paper.css Wed Oct 07 21:28:43 2015 -0700 +++ b/mercurial/templates/static/style-paper.css Wed Oct 07 20:19:20 2015 +0100 @@ -88,8 +88,8 @@ background: #ffc; font-size: 70%; border: 1px solid yellow; - -moz-border-radius: 5px; /* this works only in camino/firefox */ -webkit-border-radius: 5px; /* this is just for Safari */ + border-radius: 5px; } form.search:hover div#hint { display: block; }