1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

change up fonts on form elements to remove unnecessary font-family on label element, per #1950

This commit is contained in:
Mark Otto
2012-02-13 08:18:19 -08:00
parent da94850844
commit 64ea59234f
3 changed files with 13 additions and 2 deletions

Binary file not shown.

View File

@@ -530,11 +530,16 @@ input,
button,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 18px;
}
input,
button,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
display: block;
margin-bottom: 5px;