serversession/examples/serversession-example-yesod-persistent/templates/homepage.lucius
Felipe Lessa 66d858170e Add serversession code to Yesod+Persistent example.
Example doesn't showcase yesod-auth integration, though.
2015-06-01 14:36:15 -03:00

34 lines
381 B
Plaintext

body {
padding-top: 10px
}
h1 {
text-align: center;
margin-bottom: 30px
}
li {
line-height: 2em;
font-size: 16px
}
ol {
margin-bottom: 30px
}
footer {
text-align: center
}
.input-sm {
margin-left: 20px
}
dt {
margin-top: 10px;
font-size: 16px
}
dd {
margin-left: 20px
}
.session-vars {
width: 60%;
}
thead {
font-weight: bold;
}