diff options
author | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 18:15:17 +0100 |
---|---|---|
committer | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 19:01:08 +0100 |
commit | 23d0b1ebd65f423ba8a78ace70cdb150d7be8efe (patch) | |
tree | 190febcc1951063b05455135faabbb125b31a27f /assets/css | |
parent | 9a01c0844418115e152d90793f72dad6a9e86229 (diff) | |
download | irssi.github.io-23d0b1ebd65f423ba8a78ace70cdb150d7be8efe.zip |
Add articles collection
Display optional web address instead of email as article contributors might
not want to see their email address on the www.
Also add an article index page.
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 7d0fc1d..9731f01 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -20,3 +20,7 @@ h3 a { .navbar-brand img { margin-top: -14px; } + +footer { + margin-top: 20ex; +} |