aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-15 23:51:27 -0800
committerfriendica <info@friendica.com>2013-11-15 23:51:27 -0800
commit60a9d9e750be5971a6fa2706c22da95796ca3b1b (patch)
treef89551472ffe146e5a18823c00277ed89bc173a1 /view/theme/redbasic/css
parent579cf4ccfb7bc55ac53fe474e1752203f8d55003 (diff)
downloadvolse-hubzilla-60a9d9e750be5971a6fa2706c22da95796ca3b1b.tar.gz
volse-hubzilla-60a9d9e750be5971a6fa2706c22da95796ca3b1b.tar.bz2
volse-hubzilla-60a9d9e750be5971a6fa2706c22da95796ca3b1b.zip
do a better job of lining things up (like comments) when the photo size changes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 9dbeb5550..44165e038 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -839,7 +839,7 @@ footer {
.thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment {
- margin-left: 50px;
+ margin-left: $comment_indent;
border-left: 2px solid #eee;
}