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/style.less | |
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/style.less')
-rw-r--r-- | view/theme/dispy/dark/style.less | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |