remove bold from labels

This commit is contained in:
Athou
2014-03-10 14:37:07 +01:00
parent 6202bdbc28
commit b1500cebfd

View File

@@ -18,6 +18,10 @@ body .modal-backdrop {
opacity: 0.5; opacity: 0.5;
} }
label {
font-weight: inherit;
}
.pointer { .pointer {
cursor: pointer; cursor: pointer;
} }