[library-web] do not let mallard css set a white background on body
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] do not let mallard css set a white background on body
- Date: Sun, 26 Jan 2014 16:34:54 +0000 (UTC)
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]