From fb1406d898406709fc9cac2c50945fe1c15add43 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 27 May 2016 21:17:24 +0200 Subject: Support for some kinds of links --- provider/css/default.css | 20 ++++++++++++++++++++ provider/templates/default.html | 1 + 2 files changed, 21 insertions(+) diff --git a/provider/css/default.css b/provider/css/default.css index b8d562c..36cbb72 100644 --- a/provider/css/default.css +++ b/provider/css/default.css @@ -67,6 +67,26 @@ a { color:inherit; } +header ul.links { + padding:1em 0 0 0; + margin:1em 0 0 0; + border-top:2px solid #f0f0f0; + display:block; + list-style:none outside none; +} + +header ul.links:empty { display:none; } + +header ul.links li { + margin:0; + padding:0; + display:inline; +} + +header ul.links li:after { content:", "; } + +header ul.links li:last-child:after { content: ""; } + p { margin-top:1em; margin-bottom:0; diff --git a/provider/templates/default.html b/provider/templates/default.html index 7cc15f4..ffdd5e2 100644 --- a/provider/templates/default.html +++ b/provider/templates/default.html @@ -18,6 +18,7 @@

dirty-haskell.org$if(title)$: $title$$endif$

It's not crazy — it's having fun with types.

+
$body$