.
This commit is contained in:
@@ -437,7 +437,11 @@ td.user-answer-score-1.rapid-ans::after {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
#full-question-list-physics .abcde li {
|
||||
.abcde {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.abcde li {
|
||||
padding: 0px;
|
||||
clear: right;
|
||||
vertical-align: text-top;
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
Created: {{ question.created_date }}
|
||||
</div>
|
||||
{% autoescape off %}
|
||||
<h2>{{question.stem}}</h2>
|
||||
<b>{{question.stem}}</b>
|
||||
<div>
|
||||
<ol>
|
||||
<ol class="abcde">
|
||||
<li>{{ question.a_answer }}</li>
|
||||
<li>{{ question.b_answer }}</li>
|
||||
<li>{{ question.c_answer }}</li>
|
||||
|
||||
@@ -437,7 +437,11 @@ td.user-answer-score-1.rapid-ans::after {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
#full-question-list-physics .abcde li {
|
||||
.abcde {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.abcde li {
|
||||
padding: 0px;
|
||||
clear: right;
|
||||
vertical-align: text-top;
|
||||
|
||||
Reference in New Issue
Block a user