diff options
author | Friendika <info@friendika.com> | 2011-03-21 21:43:22 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-21 21:43:22 -0700 |
commit | ee11a74d0b7cff5061a4d498f8ecd15e55b91b07 (patch) | |
tree | f27719e0f09ca48f98156dd3af38761d36668e23 /view/theme/loozah | |
parent | c74367e4c2dbcb9ef20bc07a3ea815902c61600a (diff) | |
download | volse-hubzilla-ee11a74d0b7cff5061a4d498f8ecd15e55b91b07.tar.gz volse-hubzilla-ee11a74d0b7cff5061a4d498f8ecd15e55b91b07.tar.bz2 volse-hubzilla-ee11a74d0b7cff5061a4d498f8ecd15e55b91b07.zip |
profile match
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; +} |