docs: remove non-existent css attribute
[mesa.git] / docs / mesa.css
1 /* Mesa CSS */
2 body {
3 background-color: #ffffff;
4 font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
5 color: black;
6 }
7
8 h1 {
9 font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
10 font-weight: bold;
11 color: black;
12 }
13
14 h2 {
15 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
16 font-weight: bold;
17 color: black;
18 }
19
20 code {
21 font-family: monospace;
22 font-size: 10pt;
23 color: black;
24 }
25
26
27 pre {
28 /*font-family: monospace;*/
29 font-size: 10pt;
30 /*color: black;*/
31 background-color: #eee;
32 margin-left: 2em;
33 padding: .5em;
34 }
35
36 iframe {
37 width: 19em;
38 height: 80em;
39 border: none;
40 float: left;
41 }
42
43 .content {
44 position: absolute;
45 left: 20em;
46 right: 10px;
47 overflow: hidden
48 }
49
50 .header {
51 background: black url('gears.png') 15px no-repeat;
52 margin:0;
53 padding: 5px;
54 clear:both;
55 }
56
57 .header h1 {
58 background: url('gears.png') right no-repeat;
59 color: white;
60 font: x-large sans-serif;
61 text-align: center;
62 height: 50px;
63 margin: 0;
64 padding-top: 30px;
65 }