aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/light/style.less
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-06-25 15:43:02 -0700
committerSimon <simon@kisikew.org>2012-06-25 15:43:02 -0700
commit33b7cd32a69622b2067224f7ebe888228f4330d9 (patch)
treeb1c6634bde5ac2575a33cb608964e9dbe31e8a23 /view/theme/dispy/light/style.less
parentd944ff7833355f3bae7befd9c97becf01c4083b1 (diff)
parenteb6bf7e7fad9877e25eda1cbf4f6d0044b984341 (diff)
downloadvolse-hubzilla-33b7cd32a69622b2067224f7ebe888228f4330d9.tar.gz
volse-hubzilla-33b7cd32a69622b2067224f7ebe888228f4330d9.tar.bz2
volse-hubzilla-33b7cd32a69622b2067224f7ebe888228f4330d9.zip
Merge pull request #362 from simonlnu/master
fix margin of .wall-item-body
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r--view/theme/dispy/light/style.less2
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;
}