root/trunk/site/styles/layout.css

Revision 98, 364 bytes (checked in by broder, 16 years ago)

Initial layout work with lorem ipsum for content. Thank to andersk,
quentin, and biyeun who also provided input on the layout

Line 
1 html {
2     background: #325768 url("/images/gradient.png") repeat-x;
3     -webkit-background-size: 100%;
4     background-size: 100%;
5     padding: .75em;
6 }
7 body {
8     position: relative;
9     max-width: 50em;
10     margin: 2em auto 2em;
11     padding: 3em;
12     -moz-border-radius: 0.8em;
13     -webkit-border-radius: 0.8em;
14     border-radius: 0.8em;
15     background: #fff;
16 }
Note: See TracBrowser for help on using the browser.