From: Jouni Koivuviita Date: Mon, 8 Oct 2007 10:45:57 +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~5891 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4f5c954e05195c93188cdac9a4ea0a5ad2906290;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:2456/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/gwt/public/default/common/common.css b/src/com/itmill/toolkit/terminal/gwt/public/default/common/common.css index b60375cb83..a01a96d629 100644 --- a/src/com/itmill/toolkit/terminal/gwt/public/default/common/common.css +++ b/src/com/itmill/toolkit/terminal/gwt/public/default/common/common.css @@ -1,15 +1,10 @@ -html, body { - margin:0; - padding:0; - height:100%; -} - #itmtk-ajax-window { background: #e9eced; font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; color: #464f52; font-size: 13px; - line-height: 18px; + line-height: 18px; + height: 100%; } .i-view {