diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-25 10:16:15 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-25 10:16:15 +0100 |
commit | f2789132ce13c92166f41992dd8955f667cab440 (patch) | |
tree | 12336d41136986d587931be2a3d7ce89b60d33f8 | |
parent | a282042ffc69ce910ac92118907305ed38dbd869 (diff) | |
download | volse-hubzilla-f2789132ce13c92166f41992dd8955f667cab440.tar.gz volse-hubzilla-f2789132ce13c92166f41992dd8955f667cab440.tar.bz2 volse-hubzilla-f2789132ce13c92166f41992dd8955f667cab440.zip |
fixed width on wall-item-wrapper
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index db947bdb4..ae7968b3f 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -809,6 +809,8 @@ input#dfrn-url { } .wall-item-wrapper { float: left; + margin-right: 5px; + width: 80px; } .wall-item-lock { height: 20px; |