diff options
author | Friendika <info@friendika.com> | 2011-11-09 19:30:14 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-09 19:30:14 -0800 |
commit | 15f2ce5459153336dfb53abcdbb557bf9f2e51c0 (patch) | |
tree | 0724fddcc5dab4c9f377cec64e558a96198b0196 /view/theme | |
parent | 722e8e3d4911107d6952d3fbc7ab9dd031949044 (diff) | |
download | volse-hubzilla-15f2ce5459153336dfb53abcdbb557bf9f2e51c0.tar.gz volse-hubzilla-15f2ce5459153336dfb53abcdbb557bf9f2e51c0.tar.bz2 volse-hubzilla-15f2ce5459153336dfb53abcdbb557bf9f2e51c0.zip |
contact edit updates
Diffstat (limited to 'view/theme')
-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 088cb7c18..f1f217059 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1419,7 +1419,11 @@ input#dfrn-url { #contact-edit-links ul { list-style: none; + list-style-type: none; + margin-left: 0px; + padding-left: 0px; } + #contact-edit-links li { margin-top: 5px; } |