diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-13 19:05:15 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-13 19:05:15 -0700 |
commit | 67909b55fcab137d65eef697cf15c63ec758997d (patch) | |
tree | ba13a7ece03b1457349a5014ce38ed7db1c8aefb | |
parent | 43ba690eda7b4cccde80d11ac0c2772becdf6a81 (diff) | |
parent | 3425267368a15583b20c791fde137ff22fc218a3 (diff) | |
download | volse-hubzilla-67909b55fcab137d65eef697cf15c63ec758997d.tar.gz volse-hubzilla-67909b55fcab137d65eef697cf15c63ec758997d.tar.bz2 volse-hubzilla-67909b55fcab137d65eef697cf15c63ec758997d.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
-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 | ||||
-rw-r--r-- | view/css/full.css | 7 |
6 files changed, 20 insertions, 26 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; diff --git a/view/css/full.css b/view/css/full.css index 05401f68c..acedad0e0 100644 --- a/view/css/full.css +++ b/view/css/full.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%; } section { |