diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 5 |
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; |