From dd7a10a219590c39fa206ddc4cb833c716967f55 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 8 Jan 2012 04:13:53 -0800 Subject: [PATCH] contact page float got lost somewhere --- view/theme/duepuntozero/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ab729b9d..8eb9f0b8 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -569,6 +569,13 @@ input#dfrn-url { margin-left: 20px; width: 180px; } + +.contact-wrapper { + float: left; + width: 150px; + overflow: auto; +} + #view-contact-end { clear: both; }