diff options
author | friendica <info@friendica.com> | 2012-07-23 18:41:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-23 18:41:19 -0700 |
commit | e18417ea47bac5add79bc4f8fad8e89c6c6f9d08 (patch) | |
tree | 9cf9bcb0bfa5fca688d8aa5b11914809aeefbabf /view/theme/dispy/dark | |
parent | b0f1d03a8ad51769c347a2056ce872972380d48f (diff) | |
download | volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.gz volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.bz2 volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.zip |
correct spelling - tread to thread
Diffstat (limited to 'view/theme/dispy/dark')
-rw-r--r-- | view/theme/dispy/dark/style.css | 2 | ||||
-rw-r--r-- | view/theme/dispy/dark/style.less | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/dark/style.css b/view/theme/dispy/dark/style.css index 8ab192368..681952d63 100644 --- a/view/theme/dispy/dark/style.css +++ b/view/theme/dispy/dark/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(dark/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/dark/style.less b/view/theme/dispy/dark/style.less index 60b49865e..4d9432961 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -1365,8 +1365,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; } |