summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-24 09:14:34 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-24 09:14:34 +0200
commite7967c814ad0e33a1d123768ae83f44eeb8745d2 (patch)
tree10fd352f827936815a2569a009e8be01eb38e991 /style
parent9f34c2202888d76f0d4697c18e79231309a1307e (diff)
downloadmutti-web-e7967c814ad0e33a1d123768ae83f44eeb8745d2.tar.gz
mutti-web-e7967c814ad0e33a1d123768ae83f44eeb8745d2.tar.bz2
mutti-web-e7967c814ad0e33a1d123768ae83f44eeb8745d2.zip
style.css: Add 100% height for html,body
Diffstat (limited to 'style')
-rw-r--r--style/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style/style.css b/style/style.css
index 7cd7a04..dce7b23 100644
--- a/style/style.css
+++ b/style/style.css
@@ -9,6 +9,11 @@ Released for free under a Creative Commons Attribution 2.5 License
padding: 0;
}
+/* needed for full background when viewing .xml directly in firefox */
+html, body {
+ height: 100%;
+}
+
body {
/*background: #FFFFFF url(images/img01.gif) repeat-x; */
background: #2E2E2E;