source: trunk/web/templates/static/layout.css @ 182

Last change on this file since 182 was 182, checked in by ecprice, 17 years ago

Create a static/ directory

File size: 194 bytes
Line 
1html {
2    background: #529;
3    padding: .75em;
4}
5body {
6    position: relative;
7    max-width: 66em;
8    margin: 0 auto;
9    padding: 1em;
10    border: 1px solid black;
11    background: #fff;
12}
Note: See TracBrowser for help on using the repository browser.