blob: 199e7a1f6949cd8d874de3177516ac572b1cb9aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.postMessage {
word-break: break-word;
overflow-wrap: anywhere;
text-overflow: ellipsis;
}
.inlineSubHeader {
display: inline !important;
margin-left: 0.25em !important;
}
.imageSegment {
padding: 0 !important;
}
.vipFont {
font-family: Mona, Monapo, IPAMonaPGothic, 'MS PGothic', YOzFontAA97;
}
|