From 99eef96822b23aca3c0dcf999868146a9161e503 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 21 Feb 2011 20:28:29 -0800 Subject: clear float after title for items having title --- view/theme/duepuntozero/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 916f191e1..35ffe3a89 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -924,6 +924,10 @@ input#dfrn-url { /*width: 450px;*/ } +.wall-item-title-end { + clear: both; +} + .wall-item-body { float: left; /*width: 450px;*/ -- cgit v1.2.3