diff options
author | friendica <info@friendica.com> | 2012-10-26 01:37:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-26 01:37:34 -0700 |
commit | 7e547b230d384603bc438a8395975fa7a7378ae0 (patch) | |
tree | 3bab612d63d596ed7e7503063293974115269e9f /view/theme | |
parent | 26774310b1537341299233b8709825dc349240dd (diff) | |
download | volse-hubzilla-7e547b230d384603bc438a8395975fa7a7378ae0.tar.gz volse-hubzilla-7e547b230d384603bc438a8395975fa7a7378ae0.tar.bz2 volse-hubzilla-7e547b230d384603bc438a8395975fa7a7378ae0.zip |
fix comment lineup
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index ab210d814..67a487295 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -980,7 +980,7 @@ input#dfrn-url { .wall-item-content-wrapper.comment { background: #ffffff; border-left: 1px solid #e0e0e0; - margin-left: 50px; + } .wall-item-like.comment, .wall-item-dislike.comment { |