summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/style.css')
-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;