diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-08 11:46:35 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-08 11:46:35 +0000 |
commit | f4759d3f642e227fde9b328e59e55ef742b2b83f (patch) | |
tree | f468ed6914c35ec6634834b5efa8af162d6ffee2 /html/css/git-deps.css | |
parent | 0f18160e927cede503e739ab0450b43dba95692d (diff) | |
download | git-deps-f4759d3f642e227fde9b328e59e55ef742b2b83f.tar.gz |
shrink node size a bit
Diffstat (limited to 'html/css/git-deps.css')
-rw-r--r-- | html/css/git-deps.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css index 917a7f0..4f43c83 100644 --- a/html/css/git-deps.css +++ b/html/css/git-deps.css @@ -13,7 +13,7 @@ g.node rect { g.node text { /* fill: black; */ fill: #295b8c; - font-size: 16px; + font-size: 15px; font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; font-weight: bold; text-anchor: middle; |