Fix not hidden BR at the end of hidden threads with stubs enabled.

This commit is contained in:
Nicolas Stepien 2012-03-13 21:11:05 +01:00
parent 3018dbc314
commit 54c268603a
2 changed files with 2 additions and 0 deletions

View File

@ -4070,6 +4070,7 @@ a[href="javascript:;"] {\
.block ~ .op,\ .block ~ .op,\
.block ~ .omittedposts,\ .block ~ .omittedposts,\
.block ~ table,\ .block ~ table,\
.block ~ br,\
#content > [name=tab]:not(:checked) + div,\ #content > [name=tab]:not(:checked) + div,\
#updater:not(:hover) > :not(.move),\ #updater:not(:hover) > :not(.move),\
#qp > input, #qp .inline, .forwarded {\ #qp > input, #qp .inline, .forwarded {\

View File

@ -3408,6 +3408,7 @@ a[href="javascript:;"] {
.block ~ .op, .block ~ .op,
.block ~ .omittedposts, .block ~ .omittedposts,
.block ~ table, .block ~ table,
.block ~ br,
#content > [name=tab]:not(:checked) + div, #content > [name=tab]:not(:checked) + div,
#updater:not(:hover) > :not(.move), #updater:not(:hover) > :not(.move),
#qp > input, #qp .inline, .forwarded { #qp > input, #qp .inline, .forwarded {