pan/bi: Add src/dest fields to bifrost_instruction
[mesa.git] / docs / mesa.css
index a55833ce07639f0413d4ef91077e517978c123f4..bf3cec5728ab94ca8842a8ff6a8377bff29c1708 100644 (file)
@@ -8,22 +8,18 @@ body {
 h1 {
        font-size: 24px;
        font-weight: bold;
-       color: black;
 }
 
 h2 {
        font-size: 18px;
        font-weight: bold;
-       color: black;
 }
 
 code {
        font-family: monospace;
        font-size: 10pt;
-       color: black;
 }
 
-
 pre {
        font-size: 10pt;
        background-color: #eee;
@@ -38,6 +34,20 @@ iframe {
        float: left;
 }
 
+figure {
+       margin: 0.5em;
+       padding: 0.5em;
+       border: 1px solid #ccc;
+}
+
+figure pre {
+       margin: 0;
+}
+
+figure figcaption {
+       padding-top: 0.5em;
+}
+
 .content {
        position: absolute;
        left: 20em;
@@ -46,18 +56,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;
 }