Skip to content
Snippets Groups Projects
Commit 45ed821b authored by Anton Shestakov's avatar Anton Shestakov
Browse files

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.
parent ab9d8d29
No related branches found
No related tags found
No related merge requests found
......@@ -469,7 +469,7 @@
/** canvas **/
div#wrapper {
position: relative;
font-size: 1.2em;
font-size: 1.1em;
}
canvas {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment