1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* Biography css.

This commit is contained in:
Christian Muehlhaeuser
2014-09-05 05:47:07 +02:00
parent fee4809b0c
commit 47da292230

View File

@@ -376,9 +376,9 @@ ArtistInfoWidget::onBiographyLoaded()
QString html = QString html =
QString( "<html><head><style type=text/css>" QString( "<html><head><style type=text/css>"
"body { margin: 0; padding: 0; color: #333333; text-decoration: none; font-size: %1pt; font-weight: 200; }" "body { margin: 0; padding: 0; color: #333333; font-family: Times New Roman; font-size: %1pt; font-weight: normal; }"
"a { color: black; text-decoration: none; font-weight: 600; }" "a { color: #000000; text-decoration: none; font-weight: bold; }"
"a:hover { color: black; text-decoration: underline; font-weight: 600; }" "a:hover { color: #000000; text-decoration: underline; font-weight: bold; }"
"</style></head>" "</style></head>"
"<body>%2</body></html>" ) "<body>%2</body></html>" )
.arg( TomahawkUtils::defaultFontSize() + 2 ) .arg( TomahawkUtils::defaultFontSize() + 2 )