diff options
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 030b878bf..69dee0dc9 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2169,3 +2169,22 @@ a.mail-list-link { clear: both; } + +.profile-match-photo { + float: left; + text-align: center; + width: 120px; +} + +.profile-match-name { + float: left; + text-align: center; + width: 120px; + overflow: clip; +} + +.profile-match-break, +.profile-match-end { + clear: both; +} + |