aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-21 21:43:22 -0700
committerFriendika <info@friendika.com>2011-03-21 21:43:22 -0700
commitee11a74d0b7cff5061a4d498f8ecd15e55b91b07 (patch)
treef27719e0f09ca48f98156dd3af38761d36668e23 /view
parentc74367e4c2dbcb9ef20bc07a3ea815902c61600a (diff)
downloadvolse-hubzilla-ee11a74d0b7cff5061a4d498f8ecd15e55b91b07.tar.gz
volse-hubzilla-ee11a74d0b7cff5061a4d498f8ecd15e55b91b07.tar.bz2
volse-hubzilla-ee11a74d0b7cff5061a4d498f8ecd15e55b91b07.zip
profile match
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/style.css5
-rw-r--r--view/theme/loozah/style.css5
2 files changed, 8 insertions, 2 deletions
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;
+}