syncs up font-weight across problem button/input actions

This commit is contained in:
Brian Talbot
2013-06-12 11:04:12 -04:00
parent 832da3ad48
commit 14100ba14c

View File

@@ -553,7 +553,7 @@ section.problem {
.save, .check, .show {
height: ($baseline*2);
font-weight: 500;
font-weight: 600;
vertical-align: middle;
}
@@ -565,7 +565,7 @@ section.problem {
.show-label {
font-size: 1.0em;
font-weight: 500;
font-weight: 600;
}
}