From f2789132ce13c92166f41992dd8955f667cab440 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 25 Jan 2011 10:16:15 +0100 Subject: [PATCH] fixed width on wall-item-wrapper --- view/theme/duepuntozero/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index db947bdb4d..ae7968b3f8 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;