Remove some WebKit code (there's lots more to go).

This commit is contained in:
Seeker4 2019-05-22 19:03:59 -07:00
parent 4697f84ea9
commit 498e15c56b

View File

@ -604,7 +604,7 @@ const QString table_width = "width=99%";
QString Statistics::htmlHeader(bool showheader) QString Statistics::htmlHeader(bool showheader)
{ {
QString html = QString("<html><head>")+ QString html = QString("<html><head>")+
/********
"<style type='text/css'>" "<style type='text/css'>"
"p,a,td,body { font-family: '"+QApplication::font().family()+"'; }" "p,a,td,body { font-family: '"+QApplication::font().family()+"'; }"
"p,a,td,body { font-size: "+QString::number(QApplication::font().pointSize() + 2)+"px; }" "p,a,td,body { font-size: "+QString::number(QApplication::font().pointSize() + 2)+"px; }"
@ -636,7 +636,7 @@ QString Statistics::htmlHeader(bool showheader)
"{ tableRow.style.backgroundColor = highLight; }" "{ tableRow.style.backgroundColor = highLight; }"
"function Go(url) { throw(url); }" "function Go(url) { throw(url); }"
"</script>" "</script>"
******/
"</head>" "</head>"
"<body leftmargin=0 topmargin=5 rightmargin=0>"; "<body leftmargin=0 topmargin=5 rightmargin=0>";