syncs up font-weight across problem button/input actions

(cherry picked from commit 14100ba14c)
This commit is contained in:
Brian Talbot
2013-06-12 11:04:12 -04:00
committed by Ned Batchelder
parent 10fd401157
commit 45c1109c72

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;
}
}