diff options
author | Friendika <info@friendika.com> | 2011-11-09 18:29:05 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-09 18:29:05 -0800 |
commit | a2018e2d145d0e8189abf3f6e2e75d571b35f029 (patch) | |
tree | 0a5635dbe4e7afbf33016d2388a0a020c944894b /view/theme/duepuntozero | |
parent | 2825c4957315fab90445bfec5a47bdb64f712355 (diff) | |
download | volse-hubzilla-a2018e2d145d0e8189abf3f6e2e75d571b35f029.tar.gz volse-hubzilla-a2018e2d145d0e8189abf3f6e2e75d571b35f029.tar.bz2 volse-hubzilla-a2018e2d145d0e8189abf3f6e2e75d571b35f029.zip |
vcard position - dpzero
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3235daaa4..088cb7c18 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -583,6 +583,7 @@ input#dfrn-url { #profile-photo-wrapper img { width:175px; height:175px; + padding: 12px; } #profile-edit-profile-name-label, @@ -2174,13 +2175,14 @@ a.mail-list-link { .fn { - padding: 0px 0px 5px 0px; + padding: 0px 0px 5px 12px; font-size: 120%; font-weight: bold; } .vcard .title { margin-bottom: 5px; + margin-left: 12px; } .vcard dl { |