Min version of nbdkit 1.8.3.
[libguestfs-talks.git] / 2012-fosdem / style.css
index 165fd3b..eff357b 100644 (file)
@@ -3,17 +3,20 @@
 body {
     background: url(redhat.jpg) no-repeat;
     background-position: 98% 0;
-    font-size: 24pt;
+    /*font-size: 24pt;*/ /* For max */
+    font-size: 20pt; /* For 1024x768 */
     font-family: liberation, helvetica;
 }
 
 body td { /* why?? */
-    font-size: 28pt;
+    /*font-size: 28pt;*/
+    font-size: 20pt;
 }
 
 h1 {
     color: rgb(204,0,0);
-    font-size: 48px;
+    /*font-size: 48px;*/
+    font-size: 40px;
     top: 8;
     left: 0;
     border-bottom: 2px solid rgb(204,0,0);
@@ -73,12 +76,12 @@ p.bubble {
 p.bubbleinverse {
     font-weight: bold;
     color: rgb(204,0,0);
-    width: 6em;
     text-align: center;
     background-color: white;
 }
 
 table.tools td {
+    font-size: 18pt;
     padding-bottom: 0.5em;
     padding-right: 0.5em;
 }
\ No newline at end of file