diff options
author | friendica <info@friendica.com> | 2012-01-08 04:13:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-08 04:13:53 -0800 |
commit | dd7a10a219590c39fa206ddc4cb833c716967f55 (patch) | |
tree | 68aa3a89d2568b132f818aa65f9c480b99912db6 | |
parent | df0f7ef560ddd1e62e52fce008c4d8c661e50f38 (diff) | |
download | volse-hubzilla-dd7a10a219590c39fa206ddc4cb833c716967f55.tar.gz volse-hubzilla-dd7a10a219590c39fa206ddc4cb833c716967f55.tar.bz2 volse-hubzilla-dd7a10a219590c39fa206ddc4cb833c716967f55.zip |
contact page float got lost somewhere
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ab729b9da..8eb9f0b87 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -569,6 +569,13 @@ input#dfrn-url { margin-left: 20px; width: 180px; } + +.contact-wrapper { + float: left; + width: 150px; + overflow: auto; +} + #view-contact-end { clear: both; } |