Last bit of copy editing, and remove bogus RSS feed.
[csrf-magic-web.git] / index.css
blob8e346b7351fb8ca2c7dc83c84a742b00ea9cd540
1 body {
2 font-family: Calibri, "Trebuchet MS", sans-serif;
3 padding-bottom: 10em;
5 #title {
6 text-align: left;
7 color:#111177;
8 font-size: 6em;
9 background: url(vignette.png) no-repeat 2.8em 1.1em;
10 padding: 1em 0;
11 margin: 0 auto 1em;
12 width: 8em;
14 #body {
15 margin: 0 auto;
16 max-width: 37em;
17 width: expression(document.body.clientWidth >
18 85 * parseInt(document.body.currentStyle.fontSize) ?
19 "37em": "auto");
21 pre {
22 margin-left: 4em;
24 h2 {
25 text-align: center;
26 color:#668;
27 margin-top: 3em;