Fix #4185: Embedded translation notes aren't being styled.

This commit is contained in:
evazion
2019-10-06 01:26:08 -05:00
parent fbb5076c70
commit ce33cd8b02

View File

@@ -14,7 +14,9 @@ div#note-container {
padding: 4px;
z-index: 150;
overflow: auto;
}
div.note-body, div.note-box.embedded div.note-box-inner-border {
h1, h2, h3, h4, h5, h6, a, span, div, blockquote, br, p, ul, li, ol, em, strong, small, big, b, i, font, u, s, code, center {
line-height: normal;
}