diff options
author | Friendika <info@friendika.com> | 2011-09-27 01:32:54 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-27 01:32:54 -0700 |
commit | 1e288dc8a3169a313876ea671979b40c29722752 (patch) | |
tree | ee2cc2d1ec94de52ab5dcb3a0f7ad9fdc441dada /view/theme | |
parent | 8c6e7a24cd1dedc2e34cf41f23df3f070a582b2e (diff) | |
download | volse-hubzilla-1e288dc8a3169a313876ea671979b40c29722752.tar.gz volse-hubzilla-1e288dc8a3169a313876ea671979b40c29722752.tar.bz2 volse-hubzilla-1e288dc8a3169a313876ea671979b40c29722752.zip |
loozah theme vcard float not cleared
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/loozah/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index dda980366..e2ce0cc06 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -287,6 +287,9 @@ nav { margin-bottom: 5px; } +.vcard dl { + clear: both; +} .powered { font-size: 0.6em; |