diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-11 16:34:33 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-11 16:34:33 +0000 |
commit | 86a3e70128cc19de91cbb4708db87dbd4829c91b (patch) | |
tree | 04aaaa829a10df03f37be652b7bbd6aba2a24656 | |
parent | 0883b5d228dffe199fd690c6f7904d483af3015e (diff) | |
download | git-deps-86a3e70128cc19de91cbb4708db87dbd4829c91b.tar.gz |
noty boxes were wider than I realised
-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 382e89d..05acb98 100644 --- a/html/css/git-deps.css +++ b/html/css/git-deps.css @@ -17,7 +17,7 @@ body { } #top p { - margin-right: 300px; /* Avoid overlap with noty boxes */ + margin-right: 320px; /* Avoid overlap with noty boxes */ } #svg-container { |