diff options
author | Friendika <info@friendika.com> | 2011-05-11 05:23:45 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-11 05:23:45 -0700 |
commit | 1ca9263c879c5043cf35aec345d462bcfdd71321 (patch) | |
tree | f08e3a47f621b96b0eae367540f676ac6aad4e7d /view/theme/duepuntozero | |
parent | b2e92e0af32f86212d15748c6d432d658905d4b6 (diff) | |
download | volse-hubzilla-1ca9263c879c5043cf35aec345d462bcfdd71321.tar.gz volse-hubzilla-1ca9263c879c5043cf35aec345d462bcfdd71321.tar.bz2 volse-hubzilla-1ca9263c879c5043cf35aec345d462bcfdd71321.zip |
bug #66, identity address string malformed if line wraps
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 5f8f06a6c..4c9f389e2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -383,7 +383,7 @@ input#dfrn-url { #settings-nick-wrapper { margin-top: 20px; - margin-bottom: 30px; + } #settings-expire-end { @@ -506,10 +506,6 @@ input#dfrn-url { width: 500px; } -#settings-nick { - margin-bottom: 50px; -} - #cropimage-wrapper, #cropimage-preview-wrapper { float: left; padding: 30px; @@ -2126,11 +2122,15 @@ a.mail-list-link { } -#plugin-settings-link, #account-settings-link, #uexport-link { +#plugin-settings-link, #account-settings-link { margin-bottom: 10px; } -/* end from defautlt */ +#uexport-link { + margin-bottom: 20px; +} + +/* end from default */ .fn { |