Hide inlined quotes within the quote preview.

This commit is contained in:
Nicolas Stepien 2011-09-16 18:29:46 +02:00
parent 172f4b6761
commit 61167dc792
3 changed files with 4 additions and 2 deletions

View File

@ -3215,7 +3215,7 @@
border: 1px solid;\ border: 1px solid;\
padding-bottom: 5px;\ padding-bottom: 5px;\
}\ }\
#qp input {\ #qp input, #qp .inline {\
display: none;\ display: none;\
}\ }\
.qphl {\ .qphl {\

View File

@ -1,4 +1,6 @@
master master
- mayhem
do not display inlined quotes within the quote preview
2.19.3 2.19.3
- mayhem - mayhem

View File

@ -2543,7 +2543,7 @@ Main =
border: 1px solid; border: 1px solid;
padding-bottom: 5px; padding-bottom: 5px;
} }
#qp input { #qp input, #qp .inline {
display: none; display: none;
} }
.qphl { .qphl {