yesod/static/style.css
2010-07-13 08:47:39 +03:00

13 lines
184 B
CSS

body {
font-family: sans-serif;
background: #eee;
}
#wrapper {
width: 760px;
margin: 1em auto;
border: 2px solid #000;
padding: 0.5em;
background: #fff;
}