diff options
author | friendica <info@friendica.com> | 2012-02-11 19:21:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-11 19:21:41 -0800 |
commit | 0c4606682ff0463c7d07e5215bb3d0881f94701c (patch) | |
tree | 36284848a3247d99e849c945e7832b2160bb8c3f /view/theme | |
parent | da946bb9b0905a2126e7234c6c85157bd7978102 (diff) | |
download | volse-hubzilla-0c4606682ff0463c7d07e5215bb3d0881f94701c.tar.gz volse-hubzilla-0c4606682ff0463c7d07e5215bb3d0881f94701c.tar.bz2 volse-hubzilla-0c4606682ff0463c7d07e5215bb3d0881f94701c.zip |
fix link/bookmark reshares
Diffstat (limited to 'view/theme')
-rwxr-xr-x | view/theme/duepuntozero/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 66809a8d8..60fe4fb28 100755 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -824,6 +824,7 @@ input#dfrn-url { .contact-entry-name { float: left; margin-left: 0px; + margin-right: 10px; width: 120px; overflow: hidden; } |