diff options
| author | Mark Otto <[email protected]> | 2012-03-06 21:13:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-06 21:13:29 -0800 |
| commit | 69e4522a4e4c1b021f5abb3a7018926645eac2fa (patch) | |
| tree | f684e9d47398a02047d86b0350a3989ed3527a62 /less/forms.less | |
| parent | 6b9f70797d812f5a3a90035e4e8ccc2b7cfd0f66 (diff) | |
| download | bootstrap-69e4522a4e4c1b021f5abb3a7018926645eac2fa.tar.xz bootstrap-69e4522a4e4c1b021f5abb3a7018926645eac2fa.zip | |
set font-family for inputs and such via basefontfamily
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 4043e45a4..280c63d6b 100644 --- a/less/forms.less +++ b/less/forms.less @@ -48,7 +48,7 @@ input, button, select, textarea { - #font > #family > .sans-serif(); // And only set font-family here for those that need it (note the missing label element) + font-family: @baseFontFamily; // And only set font-family here for those that need it (note the missing label element) } // Identify controls by their labels |
