mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Fix up alert style
This commit is contained in:
parent
d712191791
commit
7cc0a4cc86
@ -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
10
templates/homepage.lucius
Normal file
@ -0,0 +1,10 @@
|
||||
.snapshots {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
li {
|
||||
list-style-type: none;
|
||||
}
|
||||
li + li {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user