mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Remove some WebKit code (there's lots more to go).
This commit is contained in:
parent
4697f84ea9
commit
498e15c56b
@ -604,7 +604,7 @@ const QString table_width = "width=99%";
|
||||
QString Statistics::htmlHeader(bool showheader)
|
||||
{
|
||||
QString html = QString("<html><head>")+
|
||||
|
||||
/********
|
||||
"<style type='text/css'>"
|
||||
"p,a,td,body { font-family: '"+QApplication::font().family()+"'; }"
|
||||
"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; }"
|
||||
"function Go(url) { throw(url); }"
|
||||
"</script>"
|
||||
|
||||
******/
|
||||
"</head>"
|
||||
|
||||
"<body leftmargin=0 topmargin=5 rightmargin=0>";
|
||||
|
Loading…
Reference in New Issue
Block a user