diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-27 22:53:40 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-27 22:53:40 +0200 |
commit | 19d7330d35ce8cb234d47c22b4454482ef3f1d8a (patch) | |
tree | 8a50206783b9a92cfc3ebddc1596d6c826615790 /module/web/static/css/default | |
parent | layout adjustments (diff) | |
download | pyload-19d7330d35ce8cb234d47c22b4454482ef3f1d8a.tar.xz |
derived mobile template from default
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/style.css | 10 |
1 files changed, 6 insertions, 4 deletions
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;
|