Merge branch 'master' into QR
This commit is contained in:
commit
1fbc04b34b
@ -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] {\
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
master
|
||||
- mayhem
|
||||
quote inlining default styling (by xat)
|
||||
|
||||
2.19.2
|
||||
- mayhem
|
||||
|
||||
@ -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] {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user