From cd2a0802e4840253540f256fc49459b8e7c1e911 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 22 Mar 2011 02:21:53 -0700 Subject: horizontal match layout --- view/theme/duepuntozero/style.css | 7 +++++++ view/theme/loozah/style.css | 8 ++++++++ 2 files changed, 15 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 4f6d6c196..eda3cbf27 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2162,6 +2162,13 @@ a.mail-list-link { clear: both; } +.profile-match-wrapper { + float: left; + padding: 10px; +} +#profile-match-wrapper-end { + clear: both; +} .side-link { margin-bottom: 15px; } diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 49c83c83c..4a092c6d2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2188,6 +2188,14 @@ a.mail-list-link { clear: both; } +.profile-match-wrapper { + float: left; + padding: 10px; +} +#profile-match-wrapper-end { + clear: both; +} + .side-link { margin-bottom: 15px; } -- cgit v1.2.3