mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix marked indicator position
This commit is contained in:
parent
7206a528a3
commit
811682613b
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ The front of this card is empty. Please run Tools>Maintenance>Empty Cards.""")
|
||||||
hr { background-color:#ccc; margin: 1em; }
|
hr { background-color:#ccc; margin: 1em; }
|
||||||
body { margin:1.5em; }
|
body { margin:1.5em; }
|
||||||
img { max-width: 95%; max-height: 95%; }
|
img { max-width: 95%; max-height: 95%; }
|
||||||
.marked { position:absolute; right: 7; top: 7; display: none; }
|
.marked { position:absolute; right: 7px; top: 7px; display: none; }
|
||||||
#typeans { width: 100%; }
|
#typeans { width: 100%; }
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue