From 0c3d9af3333a8ae8feeb7b44dbdad6c3e6cc2410 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 13 Sep 2015 14:56:44 +0200 Subject: hopefully fix banner for choklet flavour --- view/css/choklet.css | 7 +++---- view/css/choklet_bannertwo.css | 7 +++---- view/css/choklet_edgesthree.css | 9 ++++----- view/css/choklet_edgestwo.css | 9 ++++----- 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; -- cgit v1.2.3