diff options
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rw-r--r-- | view/theme/quattro/quattro.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 8c123a963..1bd0fae0a 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -423,7 +423,7 @@ section { } /* wall item */ -.tread-wrapper { +.thread-wrapper { background-color: @ThreadBackgroundColor; position: relative; padding: 10px; @@ -549,11 +549,11 @@ section { .wall-item-links { padding-left: 12px; } .wall-item-container { width: 700px; } - .tread-wrapper { width: 700px; padding: 0; margin: 10px 0;} + .thread-wrapper { width: 700px; padding: 0; margin: 10px 0;} } .shiny { border-right:10px solid @ShinyBorderColor; } -#jot-preview-content .tread-wrapper { background-color: @JotPreviewBackgroundColor; } +#jot-preview-content .thread-wrapper { background-color: @JotPreviewBackgroundColor; } .hide-comments-outer {margin-bottom: 0.8em; } |