From 19d7330d35ce8cb234d47c22b4454482ef3f1d8a Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 27 Aug 2012 22:53:40 +0200 Subject: derived mobile template from default --- module/web/static/css/default/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'module/web/static/css/default') diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index a5f0d7c9b..fb33875a7 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -66,14 +66,16 @@ a:hover { padding-bottom: 100px; /* Height of footer */ } +#content:before { + display: block; + content: " "; + height: 70px; /* Pushes content down with height of header */ +} + /* Header */ -#push { - height: 70px; /* Pushes content down with height of header */ -} - header { background: url("../../img/default/main-wrapper-bg.png") repeat-x; height: 70px; -- cgit v1.2.3