diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-14 09:27:15 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-14 09:27:15 +0200 |
commit | 40c78d23e6273c8225059db39100b5a002a584fd (patch) | |
tree | e27091e037fc61ae484970cde2303a480549b7f4 /view | |
parent | fc58b8cc0d102dc838c9f8fda584a1b87b08c6da (diff) | |
download | volse-hubzilla-40c78d23e6273c8225059db39100b5a002a584fd.tar.gz volse-hubzilla-40c78d23e6273c8225059db39100b5a002a584fd.tar.bz2 volse-hubzilla-40c78d23e6273c8225059db39100b5a002a584fd.zip |
quick fix for choklet bannertwo
Diffstat (limited to 'view')
-rw-r--r-- | view/css/choklet_bannertwo.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/view/css/choklet_bannertwo.css b/view/css/choklet_bannertwo.css index 92150ac94..63ddc288e 100644 --- a/view/css/choklet_bannertwo.css +++ b/view/css/choklet_bannertwo.css @@ -35,11 +35,12 @@ nav.navbar { } aside#region_1 { - min-width: 231px; - max-width: 231px; + min-width: 285px; + max-width: 285px; display: table-cell; - width: 231px; + width: 285px; margin-left: 10px; + vertical-align: top; } aside input[type='text'] { @@ -53,6 +54,7 @@ section { width: 100%; display: table-cell; padding: 0 10px 200px 10px; + vertical-align: top; } #region_3 { |