mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
use a class instead of id to specify card styling
This commit is contained in:
parent
81c4d24b0e
commit
dd7434a44d
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ order by ordinal""", mid)):
|
|||
bg = t['bg']
|
||||
t[k] = '''\
|
||||
<style>
|
||||
#card {
|
||||
.card {
|
||||
text-align:%s;
|
||||
background-color:%s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue