Merge branch 'master' into QR

This commit is contained in:
James Campos 2011-09-03 22:27:39 -07:00
commit 1fbc04b34b
3 changed files with 16 additions and 0 deletions

View File

@ -3473,6 +3473,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

@ -2772,6 +2772,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] {