git-subtree-dir: yesod-core git-subtree-mainline:cd5ee0fb12git-subtree-split:982d6185be
13 lines
184 B
CSS
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;
|
|
}
|