root/trunk/site/styles/layout.css

Revision 100, 360 bytes (checked in by broder, 16 years ago)

Put install instructions on their own page

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: 55em;
10     margin: 2em auto;
11     padding: 4em;
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.