diff options
author | friendica <info@friendica.com> | 2012-01-08 05:17:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-08 05:17:59 -0800 |
commit | 9d0664ba48bb89e1750fd2eec30f2adedbe80bb6 (patch) | |
tree | 79172fae8066b3f7433317aa2fb391965fad5e9f /view/theme | |
parent | 0828ab353f67fd221b1a6cb2dc86780b4dd8cbd0 (diff) | |
parent | 9f6d38a61ac9efe0f489096349996b9ab62b6994 (diff) | |
download | volse-hubzilla-9d0664ba48bb89e1750fd2eec30f2adedbe80bb6.tar.gz volse-hubzilla-9d0664ba48bb89e1750fd2eec30f2adedbe80bb6.tar.bz2 volse-hubzilla-9d0664ba48bb89e1750fd2eec30f2adedbe80bb6.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ab729b9da..0251dae08 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -569,6 +569,14 @@ input#dfrn-url { margin-left: 20px; width: 180px; } + +.contact-wrapper { + float: left; + width: 150px; + height: 150px; + overflow: auto; +} + #view-contact-end { clear: both; } |