[PATCH] hgweb: remove obsolete -webkit-border-radius property

Augie Fackler raf at durin42.com
Mon Oct 12 09:22:47 CDT 2015


On Mon, Oct 12, 2015 at 02:47:19PM +0100, Gijs Kruitbosch wrote:
> # HG changeset patch
> # User Gijs Kruitbosch <gijskruitbosch at gmail.com>
> # Date 1444657611 -3600
> #      Mon Oct 12 14:46:51 2015 +0100
> # Node ID 3907252abe2ee69a0ebcecadcfad6e9bd83604f0
> # Parent  6e715040c1725b5debce888c4f7d3fdbf55cc900
> hgweb: remove obsolete -webkit-border-radius property

queued, thanks

>
> diff --git a/mercurial/templates/static/style-paper.css b/mercurial/templates/static/style-paper.css
> --- a/mercurial/templates/static/style-paper.css
> +++ b/mercurial/templates/static/style-paper.css
> @@ -82,21 +82,20 @@ div.atom-logo {
>  form.search div#hint {
>    display: none;
>    position: absolute;
>    top: 40px;
>    right: 0px;
>    width: 190px;
>    padding: 5px;
>    background: #ffc;
>    font-size: 70%;
>    border: 1px solid yellow;
> -  -webkit-border-radius: 5px; /* this is just for Safari */
>    border-radius: 5px;
>  }
>
>  form.search:hover div#hint { display: block; }
>
>  a { text-decoration:none; }
>  .age { white-space:nowrap; }
>  .date { white-space:nowrap; }
>  .indexlinks { white-space:nowrap; }
>  .parity0,
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list