From e7967c814ad0e33a1d123768ae83f44eeb8745d2 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 24 Aug 2011 09:14:34 +0200 Subject: style.css: Add 100% height for html,body --- style/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style') 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; -- cgit