From bd9e142456fff99a9a7bffd3c2cd609171b5995a Mon Sep 17 00:00:00 2001 From: airstruck Date: Thu, 18 Feb 2016 09:08:47 -0500 Subject: [PATCH] Fix #44 for real this time --- css/ldoc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/ldoc.css b/css/ldoc.css index 50644e6..91f3b7a 100644 --- a/css/ldoc.css +++ b/css/ldoc.css @@ -51,6 +51,7 @@ body { color: #333; line-height: 150%; font-size: 12px; + background-color: white; } ul, ol { margin: 0; padding: 0; }