radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check
[mesa.git] / docs / mesa.css
index 4b069412d98dbc2983f003e803e42d783f38a8ac..7ab8152b040e6f469711304fcebdc6558598c6de 100644 (file)
@@ -1,7 +1,6 @@
 /* Mesa CSS */
 body {
        background-color: #ffffff;
-       /*background-color: #55bbff;*/
        font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
        color: black;
        link: #111188;
@@ -32,3 +31,33 @@ pre {
        /*color: black;*/
 }
 
+iframe {
+  width: 19em;
+  height: 80em;
+  border: none;
+  float: left;
+}
+
+.content {
+  position: absolute;
+  left: 20em;
+  right: 10px;
+  overflow: hidden
+}
+
+.header {
+  background: black url('gears.png') 15px no-repeat;
+  margin:0;
+  padding: 5px;
+  clear:both;
+}
+
+.header h1 {
+  background: url('gears.png') right no-repeat;
+  color: white;
+  font: x-large sans-serif;
+  text-align: center;
+  height: 50px;
+  margin: 0;
+  padding-top: 30px;
+}