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:
Myk Melez 2008-08-21 16:19:34 -07:00
Родитель 263f351a43
Коммит 452a3effb1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");