diff options
author | Friendika <info@friendika.com> | 2011-09-27 22:03:07 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-27 22:03:07 -0700 |
commit | 44d7c6aac3548e94e35aed87ba7c06b04f374fc2 (patch) | |
tree | a1375f81d62e585c02e6cc0800ac4066c62f37ac /view/theme/duepuntozero | |
parent | 4f9c072d661939680bd26b366b3c248d94a3b8da (diff) | |
download | volse-hubzilla-44d7c6aac3548e94e35aed87ba7c06b04f374fc2.tar.gz volse-hubzilla-44d7c6aac3548e94e35aed87ba7c06b04f374fc2.tar.bz2 volse-hubzilla-44d7c6aac3548e94e35aed87ba7c06b04f374fc2.zip |
connect button overlapping profile details
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b0aa99a97..1bdd4a99f 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -507,6 +507,10 @@ input#dfrn-url { margin-bottom: 30px; } +#profile-extra-links { + clear: both; +} + #profile-extra-links ul { list-style-type: none; padding: 0px; |