Restyle lists

This commit is contained in:
Vik Paruchuri
2013-02-06 16:58:59 -05:00
parent 28a0e44120
commit 83608fd983
2 changed files with 7 additions and 1 deletions

View File

@@ -46,5 +46,11 @@
position: relative;
font-size: 16px;
}
ul
{
list-style-type: none;
}
}

View File

@@ -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>