root/trunk/site/styles/layout.css

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

Installation instructions (and some other real content) with some
editing from geofft. I'm probably going to spin the installation
instructions off to their own page shortly

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 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.