diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-05-06 21:17:19 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-05-06 21:17:19 +0200 |
| commit | 38aa0dc6133ff53d20fd9f714eb380809c8dba67 (patch) | |
| tree | e1189c99d8bf65d84dbd41d91579e289dbb51f30 /www/css | |
| parent | 626d7bf0f5cd7d40826c351063cbb1f705104842 (diff) | |
| download | phorkie-38aa0dc6133ff53d20fd9f714eb380809c8dba67.tar.gz phorkie-38aa0dc6133ff53d20fd9f714eb380809c8dba67.zip | |
fix gist.github.com clone urls
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/phorkie.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/css/phorkie.css b/www/css/phorkie.css index f752de7..df829cd 100644 --- a/www/css/phorkie.css +++ b/www/css/phorkie.css @@ -41,6 +41,10 @@ a.anchorlink { } } +.navbar + .container { + margin-top: 2ex; +} + .footer { margin-top: 36px; margin-bottom: 0px; @@ -50,6 +54,7 @@ a.anchorlink { } h1 { + margin-top: 0ex; margin-bottom: 0.5ex; } |
