This commit is contained in:
Kovid Goyal 2012-04-05 18:52:30 +05:30
parent a510e3503f
commit c26f5299c9

View File

@ -342,7 +342,7 @@ class Comments(QWebView): # {{{
<html>
<head>
<style type="text/css">
body, td {background-color: transparent; font-family: %s; font-size: %dpx; color: %s }
body, td {background-color: transparent; font-family: "%s"; font-size: %dpx; color: %s }
a { text-decoration: none; color: blue }
div.description { margin-top: 0; padding-top: 0; text-indent: 0 }
table { margin-bottom: 0; padding-bottom: 0; }