diff options
author | marijus <mario@mariovavti.com> | 2014-03-07 21:17:29 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-07 21:17:29 +0100 |
commit | ce136a1e3b6007a8efeae9914981c54830ec680c (patch) | |
tree | c16f789f25d3305096212eda8e66c6b2acf49fc1 /view/css | |
parent | 8b315ac22fc962294df1a9bb808e6dd937fe4a52 (diff) | |
download | volse-hubzilla-ce136a1e3b6007a8efeae9914981c54830ec680c.tar.gz volse-hubzilla-ce136a1e3b6007a8efeae9914981c54830ec680c.tar.bz2 volse-hubzilla-ce136a1e3b6007a8efeae9914981c54830ec680c.zip |
fix of fix
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/default.css b/view/css/default.css index 886b6ea0e..779b1cb13 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -18,8 +18,8 @@ aside input[type='text'] { } section { - padding: 65px 0px 200px 10px width: 100%; display: table-cell; vertical-align: top; + padding: 65px 0px 200px 10px; } |