diff options
-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; } |