[PATCH V3] css: fixed font-family
Mads Kiilerich
mads at kiilerich.com
Sat Apr 20 15:06:30 UTC 2013
This is (mostly) a bugfix and thus a candidate for going to the stable
branch. It should thus be flagged as stable to make your intention
explicit and help the reviewer.
(ContributingChanges gives small hints about this ... but it could
perhaps be more explicit.)
On 04/20/2013 04:56 PM, Alexander Plavin wrote:
> # HG changeset patch
> # User Alexander Plavin <me at aplavin.ru>
> # Date 1366461998 -14400
> # Sat Apr 20 16:46:38 2013 +0400
> # Branch stable
> # Node ID 50f4288b30ad581c1856bef446021ab68a2128bb
> # Parent 4ab185997587bb838aaacc86e17781c1a930d7bf
> css: fixed font-family
>
> There is no 'sans' font-family, replaced with 'sans-serif'
>
> diff -r 4ab185997587 -r 50f4288b30ad mercurial/templates/static/style-gitweb.css
> --- a/mercurial/templates/static/style-gitweb.css Fri Apr 19 22:39:51 2013 +0400
> +++ b/mercurial/templates/static/style-gitweb.css Sat Apr 20 16:46:38 2013 +0400
> @@ -1,4 +1,4 @@
> -body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; }
> +body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
> a { color:#0000cc; }
> a:hover, a:visited, a:active { color:#880000; }
> div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }
This is probably a good change too, but a separate one and should be in
a separate patch.
I assume it doesn't fix any "real" bug, and it should thus wait for
'default' to be open again after 2.6 has been released.
/Mads
More information about the Mercurial-devel
mailing list