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.
--- a/mercurial/templates/static/style-monoblue.css Wed Jan 03 09:41:01 2018 +0800
+++ b/mercurial/templates/static/style-monoblue.css Wed Jan 03 10:37:49 2018 +0800
@@ -469,7 +469,7 @@
/** canvas **/
div#wrapper {
position: relative;
- font-size: 1.2em;
+ font-size: 1.1em;
}
canvas {