docs: add release notes for 18.3.2
[mesa.git] / docs / mesa.css
index a53a9df8b0e3d36067db51bc40614a04c9063ca3..cfdcc94a06759befd56872632be7021cf850c70d 100644 (file)
@@ -29,5 +29,38 @@ pre {
        /*font-family: monospace;*/
        font-size: 10pt;
        /*color: black;*/
+       background-color: #eee;
+       margin-left: 2em;
+       padding: .5em;
 }
 
+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;
+}