serversession/examples/serversession-example-yesod-persistent/templates/homepage.lucius
Felipe Lessa 23584a9c47 Add new Yesod+Persistent example, currently just "yesod init".
Separating "yesod init" commit from others in order to be clearer what
changes were made to the scaffold.

[ci skip]
2015-06-01 13:01:23 -03:00

21 lines
238 B
Plaintext

h1 {
text-align: center;
margin-bottom: 30px
}
h2##{aDomId} {
color: #990
}
li {
line-height: 2em;
font-size: 16px
}
ol {
margin-bottom: 30px
}
footer {
text-align: center
}
.input-sm {
margin-left: 20px
}