monoblue: adjust font size of graph entries
authorAnton Shestakov <av6@dwimlabs.net>
Wed, 03 Jan 2018 10:37:49 +0800
changeset 35523 45ed821b5ce4
parent 35522 ab9d8d298510
child 35524 fcb1ecf2bef7
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.
mercurial/templates/static/style-monoblue.css
--- 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 {