card stats too

This commit is contained in:
Damien Elmes 2012-01-24 23:16:54 +09:00
parent 21a21a3f7b
commit 8e00f86234

View file

@ -60,8 +60,9 @@ class CardStats(object):
txt = _("No current card or last card.") txt = _("No current card or last card.")
self.web.setHtml(""" self.web.setHtml("""
<html><head> <html><head>
<style>table { font-size: 12px; } h1 { font-size: 14px; }</style> <style>table { font-size: 12px; } h1 { font-size: 14px; }
</head><body><center>%s</center></body></html>"""%txt) body { font-family: "%s"; } </style>
</head><body><center>%s</center></body></html>"""% (fontForPlatform(), txt))
# Deck Stats # Deck Stats
###################################################################### ######################################################################