pan/bi: Add src/dest fields to bifrost_instruction
[mesa.git] / docs / mesa.css
index d625f618e4c3ea984885c8bf4155f103fedb4118..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,13 +57,8 @@ iframe {
 
 .header {
        background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
-       height: 80px;
-       display: flex;
+       padding: 1.75rem;
        text-align: center;
-}
-
-.header h1 {
        color: white;
        font: x-large sans-serif;
-       margin: auto;
 }