diff -r 972d418057a7 -r 11598e7aa7e6 QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Tue Feb 01 00:24:28 2011 +0100 +++ b/QTfrontend/pages.cpp Tue Feb 01 06:06:38 2011 +0100 @@ -2025,6 +2025,7 @@ tb = new QTextBrowser(this); tb->setOpenExternalLinks(true); + tb->document()->setDefaultStyleSheet(HWChatWidget::STYLE); pageLayout->addWidget(tb, 4, 1, 1, 2); connect(leServerMessageNew, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &))); connect(leServerMessageOld, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &)));