doc: set default background color to white
authorMax Ogden <max@maxogden.com>
Fri, 12 Oct 2012 18:31:59 +0000 (21:31 +0300)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 12 Oct 2012 22:54:21 +0000 (00:54 +0200)
doc/api_assets/style.css

index 5772c4a..5523984 100644 (file)
@@ -8,6 +8,7 @@ body {
   font-size: 14px;
   line-height: 180%;
   color: black;
+  background-color: white;
   margin: 0; padding: 49px 0 0 0;
   border-top: 6px #8CC84B solid;
 }