]> source.dussan.org Git - vaadin-framework.git/commitdiff
Let's keep all styles that handle either the BODY or HTML element in additional theme...
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 8 Oct 2007 10:45:13 +0000 (10:45 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 8 Oct 2007 10:45:13 +0000 (10:45 +0000)
svn changeset:2455/svn branch:trunk

WebContent/ITK-INF/themes/demo/styles.css

index 22f8ecae4db72be26a3ba5bc9c2b1094e2a00064..735fa83e3c5024051efc73137f7522d103238eca 100644 (file)
@@ -1,3 +1,6 @@
-body {\r
+body, html {\r
        background: #e9eced;\r
+       margin: 0;\r
+       padding: 0;\r
+       height: 100%;\r
 }
\ No newline at end of file