From 7cc0a4cc86e1d987323ea29dad6b3b8041c4cedc Mon Sep 17 00:00:00 2001 From: Chris Done Date: Sun, 1 Jun 2014 19:52:27 +0200 Subject: [PATCH] Fix up alert style --- templates/default-layout.hamlet | 3 ++- templates/homepage.lucius | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 templates/homepage.lucius diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index df982ca..5d58aa2 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -23,7 +23,8 @@ Login $maybe msg <- mmsg -
#{msg} +
+
#{msg} $case cur $of Just (AuthR _) diff --git a/templates/homepage.lucius b/templates/homepage.lucius new file mode 100644 index 0000000..3dd792f --- /dev/null +++ b/templates/homepage.lucius @@ -0,0 +1,10 @@ +.snapshots { + margin-left: 0; + padding-left: 0; + li { + list-style-type: none; + } + li + li { + margin-top: 0.5em; + } +}