aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css7
-rw-r--r--view/theme/loozah/style.css8
2 files changed, 15 insertions, 0 deletions
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;
}