diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-11 16:26:14 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-11 16:31:29 +0000 |
commit | 50db5636b25555a06e4556957ee5646d4d643329 (patch) | |
tree | 2d9192c82bb61c73c09f7bb0eae568e11e786ee9 /html/css/git-deps.css | |
parent | 9c18878a05c61ad405f27e69e9a61b8287c76932 (diff) | |
download | git-deps-50db5636b25555a06e4556957ee5646d4d643329.tar.gz |
avoid overlap with noty boxes
Diffstat (limited to 'html/css/git-deps.css')
-rw-r--r-- | html/css/git-deps.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css index 639b8a9..382e89d 100644 --- a/html/css/git-deps.css +++ b/html/css/git-deps.css @@ -16,6 +16,10 @@ body { right: 0; } +#top p { + margin-right: 300px; /* Avoid overlap with noty boxes */ +} + #svg-container { flex: 1; border: 1px solid #ccc; /* width has to be half of SVG_MARGIN */ |