mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
make sure we include 'px' in stats (thanks to steveaw)
This commit is contained in:
parent
a1ca03ee17
commit
a3190d52f1
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ font-weight: bold;
|
|||
|
||||
<td>
|
||||
<center><div id=%(id)sLegend></div></center>
|
||||
<div id="%(id)s" style="width:%(w)s; height:%(h)s;"></div>
|
||||
<div id="%(id)s" style="width:%(w)spx; height:%(h)spx;"></div>
|
||||
</td>
|
||||
|
||||
<td><div style="width: 150px; text-align: center; position:absolute;
|
||||
|
|
Loading…
Reference in a new issue