aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/light
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-23 18:41:19 -0700
committerfriendica <info@friendica.com>2012-07-23 18:41:19 -0700
commite18417ea47bac5add79bc4f8fad8e89c6c6f9d08 (patch)
tree9cf9bcb0bfa5fca688d8aa5b11914809aeefbabf /view/theme/dispy/light
parentb0f1d03a8ad51769c347a2056ce872972380d48f (diff)
downloadvolse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.gz
volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.bz2
volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.zip
correct spelling - tread to thread
Diffstat (limited to 'view/theme/dispy/light')
-rw-r--r--view/theme/dispy/light/style.css2
-rw-r--r--view/theme/dispy/light/style.less4
2 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/light/style.css b/view/theme/dispy/light/style.css
index de2717f0c..33c56d18f 100644
--- a/view/theme/dispy/light/style.css
+++ b/view/theme/dispy/light/style.css
@@ -204,7 +204,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify,nav #nav-notifications-linkm
.wall-outside-wrapper .shiny{-o-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}
.heart{color:red;}
.wall-item-content{overflow-x:auto;margin:0px 4em 1em 5px;}
-[id^="tread-wrapper"],[class^="tread-wrapper"]{margin:1.2em 0 0 0;padding:0px;}
+[id^="thread-wrapper"],[class^="thread-wrapper"]{margin:1.2em 0 0 0;padding:0px;}
.wall-item-photo-menu{display:none;}
.wall-item-photo-menu-button{display:none;text-indent:-99999px;background:#555753 url(light/menu-user-pin.jpg) no-repeat 75px center;position:absolute;overflow:hidden;width:90px;height:20px;top:85px;left:0;-o-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-ms-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
.wall-item-info{float:left;width:7em;position:relative;}
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less
index e18f9a01b..d04f86969 100644
--- a/view/theme/dispy/light/style.less
+++ b/view/theme/dispy/light/style.less
@@ -1366,8 +1366,8 @@ nav #nav-notifications-linkmenu {
overflow-x: auto;
margin: 0px 4em 1em 5px;
}
-[id^="tread-wrapper"],
-[class^="tread-wrapper"] {
+[id^="thread-wrapper"],
+[class^="thread-wrapper"] {
margin: 1.2em 0 0 0;
padding: 0px;
}