Fix up alert style

This commit is contained in:
Chris Done 2014-06-01 19:52:27 +02:00
parent d712191791
commit 7cc0a4cc86
2 changed files with 12 additions and 1 deletions

View File

@ -23,7 +23,8 @@
<a href=@{AuthR LoginR}>Login
$maybe msg <- mmsg
<div .alert .alter-info>#{msg}
<div .container>
<div .alert .alter-info>#{msg}
$case cur
$of Just (AuthR _)

10
templates/homepage.lucius Normal file
View File

@ -0,0 +1,10 @@
.snapshots {
margin-left: 0;
padding-left: 0;
li {
list-style-type: none;
}
li + li {
margin-top: 0.5em;
}
}