From 1e288dc8a3169a313876ea671979b40c29722752 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 27 Sep 2011 01:32:54 -0700 Subject: [PATCH] loozah theme vcard float not cleared --- view/theme/loozah/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index dda980366f..e2ce0cc066 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -287,6 +287,9 @@ nav { margin-bottom: 5px; } +.vcard dl { + clear: both; +} .powered { font-size: 0.6em;