Commit 83608fd9 by Vik Paruchuri

Restyle lists

parent 28a0e441
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment