[library-web] do not let mallard css set a white background on body



commit fe146fb48e65136f58f82c5c4cb0f4481da0ef68
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jan 26 16:24:42 2014 +0000

    do not let mallard css set a white background on body

 data/skin/mallard.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/mallard.css b/data/skin/mallard.css
index 74b50a2..a6ffb0b 100644
--- a/data/skin/mallard.css
+++ b/data/skin/mallard.css
@@ -5,6 +5,10 @@ html, body {
        padding: 0;
 }
 
+body {
+       background: transparent;
+}
+
 div.head {
        margin: 0;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]