зеркало из https://github.com/mozilla/snowl.git
use a description tag instead of a generic box tag for consistent default styling between the body and the author and timestamp nodes
This commit is contained in:
Родитель
263f351a43
Коммит
452a3effb1
|
@ -302,7 +302,7 @@ let SnowlMessageView = {
|
|||
}
|
||||
|
||||
// content (title or short message)
|
||||
let body = this._document.createElementNS(XUL_NS, "box");
|
||||
let body = this._document.createElementNS(XUL_NS, "description");
|
||||
body.className = "body";
|
||||
let div = this._document.createElementNS(HTML_NS, "div");
|
||||
let a = this._document.createElementNS(HTML_NS, "a");
|
||||
|
|
Загрузка…
Ссылка в новой задаче