source: trunk/web/templates/layout.css @ 178

Last change on this file since 178 was 178, checked in by tabbott, 17 years ago

Add CSS!

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.