diff options
author | marijus <mario@mariovavti.com> | 2014-03-07 19:58:20 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-07 19:58:20 +0100 |
commit | 55d66cc2fb68e2dc3f1809e573ec9404772dc00c (patch) | |
tree | c2946a4ab88d974203815d81e6192e5fda0c6a19 /view/css | |
parent | 21db60c991a5cf9191fb00d5f5f3eb29bff7564c (diff) | |
download | volse-hubzilla-55d66cc2fb68e2dc3f1809e573ec9404772dc00c.tar.gz volse-hubzilla-55d66cc2fb68e2dc3f1809e573ec9404772dc00c.tar.bz2 volse-hubzilla-55d66cc2fb68e2dc3f1809e573ec9404772dc00c.zip |
probably should indicate the appearence of aside visualy somehow
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/view/css/default.css b/view/css/default.css index b5babbccd..b4b52efb8 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -6,15 +6,11 @@ header #banner { margin-right: auto; } -main { - padding: 55px 0px 200px 0px; - border-spacing: 10px; -} - aside#region_1 { min-width: 210px; display: table-cell; vertical-align: top; + padding: 65px 10px 10px 10px; } aside input[type='text'] { @@ -22,6 +18,8 @@ aside input[type='text'] { } section { + padding-top: 65px; + padding-left: 10px; width: 100%; display: table-cell; vertical-align: top; |