.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user