aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-13 00:27:33 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-13 00:27:33 +0000
commitc7e03ec1d95f737fbf74a9ca17e3a4f2a15f0d17 (patch)
tree23fc2269bfec8ad7a47603511dbb14bd0c4d505b
parentaf46651d6b501c105a44924500a15fae9b293007 (diff)
downloadgit-deps-demo.tar.gz
shrink <h1> margin to save spacedemo
-rw-r--r--html/css/git-deps.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css
index 1d3aa4e..37ecc9b 100644
--- a/html/css/git-deps.css
+++ b/html/css/git-deps.css
@@ -16,6 +16,10 @@ body {
right: 0;
}
+h1 {
+ margin: 0.1em;
+}
+
#top p {
margin-right: 320px; /* Avoid overlap with noty boxes */
}