adjusted css to compact the comments display

This commit is contained in:
ldolse 2010-11-17 14:12:14 +08:00
parent a55b4dbbac
commit b03b802394

View File

@ -221,6 +221,8 @@ class BookInfo(QWebView):
<style type="text/css"> <style type="text/css">
body, td {background-color: %s; font-size: %dpx; color: %s } body, td {background-color: %s; font-size: %dpx; color: %s }
a { text-decoration: none; color: blue } a { text-decoration: none; color: blue }
p { margin-top: .2em }
h3 { margin-bottom: .2em }
</style> </style>
</head> </head>
<body> <body>