diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-11 15:53:06 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-11 15:53:06 -0700 |
commit | bc8840eab5298aef6902ac0751adf91df5232188 (patch) | |
tree | 1e3b6a34a2d94651d6b03b8c179a654f7a7596dd /view/css | |
parent | dc7de1299139e79265fe2abece004e907dfb8ed0 (diff) | |
parent | aac9d60f2db4cca4892b6f470a65d19cac7aa0ef (diff) | |
download | volse-hubzilla-bc8840eab5298aef6902ac0751adf91df5232188.tar.gz volse-hubzilla-bc8840eab5298aef6902ac0751adf91df5232188.tar.bz2 volse-hubzilla-bc8840eab5298aef6902ac0751adf91df5232188.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/css/default.css b/view/css/default.css index 2675bc2d8..fb6705894 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -14,8 +14,7 @@ main { height: 100%; } -aside#region_1, -aside#region_3 { +aside { display: table-cell; vertical-align: top; padding: 65px 7px 0px 7px; |