diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-12 14:38:26 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-12 14:38:26 -0700 |
commit | 67c2b309d1f9bfaaf6c77b9a3d1eb214ce3894c7 (patch) | |
tree | 36cb767c1dac750765ed90f94ac7eec6ca35c68f /view/css | |
parent | df0fa9883cad7c907cce5ece1baeacb61bddc15e (diff) | |
parent | 9821a3954908cc4eb701ace8d002b052027c0311 (diff) | |
download | volse-hubzilla-67c2b309d1f9bfaaf6c77b9a3d1eb214ce3894c7.tar.gz volse-hubzilla-67c2b309d1f9bfaaf6c77b9a3d1eb214ce3894c7.tar.bz2 volse-hubzilla-67c2b309d1f9bfaaf6c77b9a3d1eb214ce3894c7.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/css/default.css b/view/css/default.css index 566877959..e84561baf 100644 --- a/view/css/default.css +++ b/view/css/default.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%; } main { |