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

View File

@ -94,7 +94,3 @@
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}
label {
font-weight: normal;
}

View File

@ -1761,3 +1761,7 @@ tr.search:nth-child(odd) {
.edit-storage-input {
width: 100px;
}
label {
font-weight: normal;
}