docs/features: add shader buffer and atomic support for llvmpipe
[mesa.git] / docs / mesa.css
index 6fdc38f9432f10831720597d06a5edec5ba346ea..f7f37b2715a37bbcc2dc961a13fe8047b1d86144 100644 (file)
@@ -20,7 +20,6 @@ code {
        font-size: 10pt;
 }
 
-
 pre {
        font-size: 10pt;
        background-color: #eee;
@@ -43,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;
 }