mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
card stats too
This commit is contained in:
parent
21a21a3f7b
commit
8e00f86234
1 changed files with 3 additions and 2 deletions
|
@ -60,8 +60,9 @@ class CardStats(object):
|
|||
txt = _("No current card or last card.")
|
||||
self.web.setHtml("""
|
||||
<html><head>
|
||||
<style>table { font-size: 12px; } h1 { font-size: 14px; }</style>
|
||||
</head><body><center>%s</center></body></html>"""%txt)
|
||||
<style>table { font-size: 12px; } h1 { font-size: 14px; }
|
||||
body { font-family: "%s"; } </style>
|
||||
</head><body><center>%s</center></body></html>"""% (fontForPlatform(), txt))
|
||||
|
||||
# Deck Stats
|
||||
######################################################################
|
||||
|
|
Loading…
Reference in a new issue