pan/bi: Add src/dest fields to bifrost_instruction
[mesa.git] / docs / mesa.css
index 06e94c5f087bb83d1eed58678cc1fd2f71b4b838..bf3cec5728ab94ca8842a8ff6a8377bff29c1708 100644 (file)
@@ -34,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;
@@ -43,14 +57,8 @@ iframe {
 
 .header {
        background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
-       height: 80px;
-}
-
-.header h1 {
+       padding: 1.75rem;
+       text-align: center;
        color: white;
        font: x-large sans-serif;
-       text-align: center;
-       height: 50px;
-       margin: 0;
-       padding-top: 30px;
 }