yesod/CLI/skel/static/style.css
2010-03-07 16:51:58 -08:00

11 lines
150 B
CSS

html {
background: #ccc;
}
body {
width: 760px;
margin: 10px auto;
padding: 10px;
border: 1px solid #333;
background: #fff;
}