diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/style.css | 2 | ||||
-rw-r--r-- | view/wall_item.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/style.css b/view/style.css index eb049da85..c6a9a82a6 100644 --- a/view/style.css +++ b/view/style.css @@ -458,7 +458,7 @@ input#dfrn-url { clear: both; } -.wall-item-comment-outside-wrapper { +.wall-item-outside-wrapper.comment { margin-left: 50px; } diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 56e182761..726d1b320 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,4 +1,4 @@ -<div class="wall-item-$indentoutside-wrapper" id="wall-item-outside-wrapper-$id" > +<div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" > <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" > <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id"> <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a> |