Skip to content

Commit

Permalink
SAK-34439: Samigo > erroneous bold styling on answers to MC, MS and T…
Browse files Browse the repository at this point in the history
…/F questions
  • Loading branch information
mhall authored and Miguel Pellicer committed Oct 15, 2018
1 parent 6e90e25 commit c553ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
input[type="checkbox"], input[type="radio"] {
margin-right: 0.25em;
}
label {
font-weight: normal;
}
}

.listNav {
Expand Down
1 change: 0 additions & 1 deletion samigo/samigo-app/src/webapp/css/tool_sam.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ a.hideDivision {
.mcAnswerText {
display:inline;
float:unset;
font-weight: bold;
}
.mcAnswerText label {
font-weight: normal;
Expand Down

0 comments on commit c553ee8

Please sign in to comment.