From 811682613ba35ba34f19cdf0ef59004c5772e778 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 27 Oct 2012 23:21:04 +0900 Subject: [PATCH] fix marked indicator position --- aqt/reviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/reviewer.py b/aqt/reviewer.py index 2f032d2d0..66152b117 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -311,7 +311,7 @@ The front of this card is empty. Please run Tools>Maintenance>Empty Cards.""") hr { background-color:#ccc; margin: 1em; } body { margin:1.5em; } 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%; } """