[PATCH 2 of 2] monoblue: adjust font size of graph entries

Anton Shestakov av6 at dwimlabs.net
Thu Jan 4 01:49:55 EST 2018


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1514947069 -28800
#      Wed Jan 03 10:37:49 2018 +0800
# Node ID f36125ae0f65b59b27caa59d1cf694fa24d7cbd8
# Parent  3ecf6cb83ef66db56948d3b47142f06c941281e6
monoblue: adjust font size of graph entries

/shortlog uses 1.1em font for changesets, so it makes sense to use the same
size on /graph too. In practice, 1.2em is 14.784px, and 1.1em is 13.552px.

diff --git a/mercurial/templates/static/style-monoblue.css b/mercurial/templates/static/style-monoblue.css
--- a/mercurial/templates/static/style-monoblue.css
+++ b/mercurial/templates/static/style-monoblue.css
@@ -469,7 +469,7 @@ p.description {
 /** canvas **/
 div#wrapper {
 	position: relative;
-    font-size: 1.2em;
+	font-size: 1.1em;
 }
 
 canvas {


More information about the Mercurial-devel mailing list