diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-13 14:56:44 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-13 14:56:44 +0200 |
commit | 0c3d9af3333a8ae8feeb7b44dbdad6c3e6cc2410 (patch) | |
tree | 716bdc51511c5b886e356e9d79aa976bcea3c594 /view/css | |
parent | 67c2b309d1f9bfaaf6c77b9a3d1eb214ce3894c7 (diff) | |
download | volse-hubzilla-0c3d9af3333a8ae8feeb7b44dbdad6c3e6cc2410.tar.gz volse-hubzilla-0c3d9af3333a8ae8feeb7b44dbdad6c3e6cc2410.tar.bz2 volse-hubzilla-0c3d9af3333a8ae8feeb7b44dbdad6c3e6cc2410.zip |
hopefully fix banner for choklet flavour
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/choklet.css | 7 | ||||
-rw-r--r-- | view/css/choklet_bannertwo.css | 7 | ||||
-rw-r--r-- | view/css/choklet_edgesthree.css | 9 | ||||
-rw-r--r-- | view/css/choklet_edgestwo.css | 9 | ||||
-rw-r--r-- | view/css/choklet_three.css | 7 |
5 files changed, 17 insertions, 22 deletions
diff --git a/view/css/choklet.css b/view/css/choklet.css index bf97e07b7..5c895f15e 100644 --- a/view/css/choklet.css +++ b/view/css/choklet.css @@ -1,9 +1,8 @@ header #banner { position: fixed; - top: 0; - width: 250px; - margin-left: auto; - margin-right: auto; + width: 33%; + margin-left: 33%; + margin-right: 33%; } #blog-banner { diff --git a/view/css/choklet_bannertwo.css b/view/css/choklet_bannertwo.css index 92150ac94..9b934120e 100644 --- a/view/css/choklet_bannertwo.css +++ b/view/css/choklet_bannertwo.css @@ -1,9 +1,8 @@ header #banner { position: fixed; - top: 0; - width: 250px; - margin-left: auto; - margin-right: auto; + width: 33%; + margin-left: 33%; + margin-right: 33%; } #blog-banner { position: relative; diff --git a/view/css/choklet_edgesthree.css b/view/css/choklet_edgesthree.css index df936d66e..d1b2e4bbd 100644 --- a/view/css/choklet_edgesthree.css +++ b/view/css/choklet_edgesthree.css @@ -1,9 +1,8 @@ header #banner { position: fixed; - top: 0; - width: 250px; - margin-left: auto; - margin-right: auto; + width: 33%; + margin-left: 33%; + margin-right: 33%; } #blog-banner { position: relative; @@ -58,4 +57,4 @@ section { #blog-margin { margin-right: 5%; margin-left: 5%; -}
\ No newline at end of file +} diff --git a/view/css/choklet_edgestwo.css b/view/css/choklet_edgestwo.css index a591a01c4..999b602d3 100644 --- a/view/css/choklet_edgestwo.css +++ b/view/css/choklet_edgestwo.css @@ -1,9 +1,8 @@ header #banner { position: fixed; - top: 0; - width: 250px; - margin-left: auto; - margin-right: auto; + width: 33%; + margin-left: 33%; + margin-right: 33%; } #blog-banner { position: relative; @@ -57,4 +56,4 @@ section { #blog-margin { margin-right: 5%; margin-left: 5%; -}
\ No newline at end of file +} diff --git a/view/css/choklet_three.css b/view/css/choklet_three.css index 5a305efcf..107834a82 100644 --- a/view/css/choklet_three.css +++ b/view/css/choklet_three.css @@ -1,9 +1,8 @@ header #banner { position: fixed; - top: 0; - width: 250px; - margin-left: auto; - margin-right: auto; + width: 33%; + margin-left: 33%; + margin-right: 33%; } #blog-banner { position: relative; |