diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 04e01380..3de70187 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -34,7 +34,7 @@ a, a:link { content: " [Score = 2]"; font-size: small; } -.answer-list .correct .rapid::after{ +.answer-list.rapid .correct::after{ content: " [Score = 1]"; } @@ -46,7 +46,7 @@ a, a:link { content: " [Score = 1]"; font-size: small; } -.answer-list .half-correct .rapid::after{ +.answer-list.rapid .half-correct::after{ content: " [Score = 0.5]"; } @@ -58,9 +58,6 @@ a, a:link { content: " [Score = 0]"; font-size: small; } -.answer-list .incorrect .rapid::after{ - content: " [Score = 0]"; -} .answer-list .not-marked { color: white; diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 04e01380..3de70187 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -34,7 +34,7 @@ a, a:link { content: " [Score = 2]"; font-size: small; } -.answer-list .correct .rapid::after{ +.answer-list.rapid .correct::after{ content: " [Score = 1]"; } @@ -46,7 +46,7 @@ a, a:link { content: " [Score = 1]"; font-size: small; } -.answer-list .half-correct .rapid::after{ +.answer-list.rapid .half-correct::after{ content: " [Score = 0.5]"; } @@ -58,9 +58,6 @@ a, a:link { content: " [Score = 0]"; font-size: small; } -.answer-list .incorrect .rapid::after{ - content: " [Score = 0]"; -} .answer-list .not-marked { color: white;