mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
change stats alignment
This commit is contained in:
parent
e8f4d04420
commit
320bb7c82f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class CardStats(object):
|
|||
self.txt += self.makeLine(k, v)
|
||||
|
||||
def makeLine(self, k, v):
|
||||
txt = "<tr><td align=right style='padding-right: 3px;'>"
|
||||
txt = "<tr><td align=left style='padding-right: 3px;'>"
|
||||
txt += "<b>%s</b></td><td>%s</td></tr>" % (k, v)
|
||||
return txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue