aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-12 14:38:26 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-12 14:38:26 -0700
commit67c2b309d1f9bfaaf6c77b9a3d1eb214ce3894c7 (patch)
tree36cb767c1dac750765ed90f94ac7eec6ca35c68f /view/css
parentdf0fa9883cad7c907cce5ece1baeacb61bddc15e (diff)
parent9821a3954908cc4eb701ace8d002b052027c0311 (diff)
downloadvolse-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.css7
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 {