Restyle lists
This commit is contained in:
@@ -46,5 +46,11 @@
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
ul
|
||||
{
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
% else:
|
||||
<label class="rubric-label" for="score-${i}-${j}">
|
||||
<input type="radio" class="score-selection" name="score-selection-${i}" id="score-${i}-${j}" value="${option['points']}"/>
|
||||
<span class="wrappable">${option['text']}</span>
|
||||
<span class="wrappable">${option['points']} points : ${option['text']}</span>
|
||||
</label>
|
||||
% endif
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user