]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix missing background color
authorDaniel Veillard <veillard@redhat.com>
Thu, 3 Dec 2009 14:27:24 +0000 (15:27 +0100)
committerDaniel Veillard <veillard@redhat.com>
Thu, 3 Dec 2009 14:27:24 +0000 (15:27 +0100)
docs/generic.css

index 2aaac4652da3cd7f3b7545d60f3e8897bb0e3ce4..dbf7b56de35f34709728b44dccda546a585b43cf 100644 (file)
@@ -5,7 +5,7 @@ body {
   color: rgb(0,0,0);
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 80%;
-//  font-size: 83%;
+  background: #ffffff;
 }
 
 p, ul, ol, dl {