diff options
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index f38b6e6d4..9404a632c 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2087,6 +2087,12 @@ a.mail-list-link { width: 52px; height: 52px; } +.contact-block-textdiv { + float: left; + width: 150px; + height: 34px; +} + #contact-block-end { clear: both; } |