compiler: Add enums for blend state
[mesa.git] / docs / mesa.css
index 1bb30dccecddfc0075f2fd266a4c362b8a9fdc50..f7f37b2715a37bbcc2dc961a13fe8047b1d86144 100644 (file)
@@ -42,18 +42,9 @@ iframe {
 }
 
 .header {
-       background: black url('gears.png') 15px no-repeat;
-       margin:0;
-       padding: 5px;
-       clear:both;
-}
-
-.header h1 {
-       background: url('gears.png') right no-repeat;
+       background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
+       padding: 1.75rem;
+       text-align: center;
        color: white;
        font: x-large sans-serif;
-       text-align: center;
-       height: 50px;
-       margin: 0;
-       padding-top: 30px;
 }