steal default quote inlining styling from @xat-

This commit is contained in:
Nicolas Stepien 2011-09-04 06:45:49 +02:00
parent c8871ad55b
commit eb6a6d947f
3 changed files with 16 additions and 0 deletions

View File

@ -3151,6 +3151,13 @@
.inlined {\
opacity: .5;\
}\
.inline td.reply {\
background-color: rgba(252, 252, 252, 0.15);\
border: 1px solid rgba(128, 128, 128, 0.5);\
}\
.filetitle, .replytitle, .postername, .commentpostername, .postertrip {\
background: none;\
}\
\
/* Firefox bug: hidden tables are not hidden */\
[hidden] {\

View File

@ -1,4 +1,6 @@
master
- mayhem
quote inlining default styling (by xat)
2.19.2
- mayhem

View File

@ -2530,6 +2530,13 @@ main =
.inlined {
opacity: .5;
}
.inline td.reply {
background-color: rgba(252, 252, 252, 0.15);
border: 1px solid rgba(128, 128, 128, 0.5);
}
.filetitle, .replytitle, .postername, .commentpostername, .postertrip {
background: none;
}
/* Firefox bug: hidden tables are not hidden */
[hidden] {