aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-27 03:05:51 -0700
committerfriendica <info@friendica.com>2012-10-27 03:05:51 -0700
commit0baf4bb4d23e7f44acd5d426ea79519105c6c304 (patch)
treeb6338d1d8070dc3ace763cf13b14e89d6979d203 /view
parent5b1a15704b81af507bddb623fefa3a9f416050b4 (diff)
downloadvolse-hubzilla-0baf4bb4d23e7f44acd5d426ea79519105c6c304.tar.gz
volse-hubzilla-0baf4bb4d23e7f44acd5d426ea79519105c6c304.tar.bz2
volse-hubzilla-0baf4bb4d23e7f44acd5d426ea79519105c6c304.zip
fix a couple of things that went wonky when moving to thread objects
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/css/style.css6
-rw-r--r--view/tpl/wall_thread.tpl2
2 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css
index 67a487295..3a78a9ddc 100644
--- a/view/theme/duepuntozero/css/style.css
+++ b/view/theme/duepuntozero/css/style.css
@@ -958,7 +958,7 @@ input#dfrn-url {
#network-bmark-link {
margin-top: 10px;
}
-.tread-wrapper .wall-item-comment-wrapper {
+.thread-wrapper .wall-item-comment-wrapper {
margin-left: 50px;
}
@@ -968,11 +968,11 @@ input#dfrn-url {
position: relative;
}
-.tread-wrapper .tread-wrapper {
+.thread-wrapper .thread-wrapper {
margin-left: 50px;
}
-.tread-end-wrapper {
+.thread-end-wrapper {
margin-left: 50px;
}
diff --git a/view/tpl/wall_thread.tpl b/view/tpl/wall_thread.tpl
index a67334e33..8dff61057 100644
--- a/view/tpl/wall_thread.tpl
+++ b/view/tpl/wall_thread.tpl
@@ -4,7 +4,7 @@
</div>
<div id="collapsed-comments-$item.id" class="collapsed-comments" style="display: none;">
{{endif}}
-<div id="tread-wrapper-$item.id" class="tread-wrapper $item.toplevel">
+<div id="thread-wrapper-$item.id" class="thread-wrapper $item.toplevel">
<a name="$item.id" ></a>
<div class="wall-item-outside-wrapper $item.indent$item.previewing{{ if $item.owner_url }} wallwall{{ endif }}" id="wall-item-outside-wrapper-$item.id" >
<div class="wall-item-content-wrapper $item.indent" id="wall-item-content-wrapper-$item.id" >