diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-06-25 18:42:18 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-06-25 18:42:18 -0400 |
commit | eb6bf7e7fad9877e25eda1cbf4f6d0044b984341 (patch) | |
tree | b1c6634bde5ac2575a33cb608964e9dbe31e8a23 /view/theme/dispy/light/style.less | |
parent | d944ff7833355f3bae7befd9c97becf01c4083b1 (diff) | |
download | volse-hubzilla-eb6bf7e7fad9877e25eda1cbf4f6d0044b984341.tar.gz volse-hubzilla-eb6bf7e7fad9877e25eda1cbf4f6d0044b984341.tar.bz2 volse-hubzilla-eb6bf7e7fad9877e25eda1cbf4f6d0044b984341.zip |
fix margin of wall-item-body
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index 13f296d22..c5641605e 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -1430,7 +1430,7 @@ nav #nav-notifications-linkmenu { margin-bottom: 1.4em; } .wall-item-body { - margin: 15px 10px 10px 0px; + margin: 1em; text-align: left; overflow-x: auto; } |