From ee11a74d0b7cff5061a4d498f8ecd15e55b91b07 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 21 Mar 2011 21:43:22 -0700 Subject: profile match --- view/theme/duepuntozero/style.css | 5 ++++- view/theme/loozah/style.css | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index db73886e2..4f6d6c196 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2154,7 +2154,7 @@ a.mail-list-link { float: left; text-align: center; width: 120px; - overflow: clip; + overflow: hidden; } .profile-match-break, @@ -2162,3 +2162,6 @@ a.mail-list-link { clear: both; } +.side-link { + margin-bottom: 15px; +} diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 69dee0dc9..49c83c83c 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2180,7 +2180,7 @@ a.mail-list-link { float: left; text-align: center; width: 120px; - overflow: clip; + overflow: hidden; } .profile-match-break, @@ -2188,3 +2188,6 @@ a.mail-list-link { clear: both; } +.side-link { + margin-bottom: 15px; +} -- cgit v1.2.3