Set font-weight to normal for all site styles

This commit is contained in:
Juho Vanhanen
2015-10-02 23:28:43 +03:00
parent bcd8cf5209
commit 6d0dbb23bc
2 changed files with 4 additions and 4 deletions
+4
View File
@@ -1761,3 +1761,7 @@ tr.search:nth-child(odd) {
.edit-storage-input {
width: 100px;
}
label {
font-weight: normal;
}