diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-27 22:27:17 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-27 22:27:17 +0200 |
commit | 22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4 (patch) | |
tree | 192b0f74e896f612d436ef7f2af946d4b5cd5d01 /view/css | |
parent | 1ee1b6a33435a0d05031312f988066d99ea06d5c (diff) | |
download | volse-hubzilla-22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4.tar.gz volse-hubzilla-22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4.tar.bz2 volse-hubzilla-22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4.zip |
css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_directory.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/css/mod_directory.css b/view/css/mod_directory.css index d3831e589..8e55ac3be 100644 --- a/view/css/mod_directory.css +++ b/view/css/mod_directory.css @@ -10,11 +10,13 @@ .contact-photo-wrapper { display: table-cell; + table-layout: fixed; vertical-align: top; } .contact-info { display: table-cell; + table-layout: fixed; vertical-align: top; padding-left: 10px; } |