mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -04:00
fix star to top right
This commit is contained in:
parent
70b7dd88ca
commit
147c9a02e1
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ The front of this card is empty. Please run Tools>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: 7px; top: 7px; display: none; }
|
.marked { position:fixed; right: 7px; top: 7px; display: none; }
|
||||||
#typeans { width: 100%; }
|
#typeans { width: 100%; }
|
||||||
.typeGood { background: #0f0; }
|
.typeGood { background: #0f0; }
|
||||||
.typeBad { background: #f00; }
|
.typeBad { background: #f00; }
|
||||||
|
|
Loading…
Reference in a new issue