From: Jouni Koivuviita Date: Mon, 8 Oct 2007 10:45:13 +0000 (+0000) Subject: Let's keep all styles that handle either the BODY or HTML element in additional theme... X-Git-Tag: 6.7.0.beta1~5892 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=48dadec61dfd627b6182d716360b62ab413b38a4;p=vaadin-framework.git Let's keep all styles that handle either the BODY or HTML element in additional theme stylesheet, not in the default theme. Our users won't want that. svn changeset:2455/svn branch:trunk --- diff --git a/WebContent/ITK-INF/themes/demo/styles.css b/WebContent/ITK-INF/themes/demo/styles.css index 22f8ecae4d..735fa83e3c 100644 --- a/WebContent/ITK-INF/themes/demo/styles.css +++ b/WebContent/ITK-INF/themes/demo/styles.css @@ -1,3 +1,6 @@ -body { +body, html { background: #e9eced; + margin: 0; + padding: 0; + height: 100%; } \ No newline at end of file