diff -r 5eba8970e8ae -r affa860f2983 QTfrontend/ui/page/pageadmin.cpp --- a/QTfrontend/ui/page/pageadmin.cpp Sat Oct 22 01:53:14 2011 +0200 +++ b/QTfrontend/ui/page/pageadmin.cpp Sat Oct 22 02:41:59 2011 +0200 @@ -64,7 +64,8 @@ tb = new QTextBrowser(this); tb->setOpenExternalLinks(true); - tb->document()->setDefaultStyleSheet(HWChatWidget::STYLE); + // TODO this work-around to apply chat css to preview won't work anymore + // tb->document()->setDefaultStyleSheet(HWChatWidget::STYLE); pageLayout->addWidget(tb, 4, 1, 1, 2); // 5