From 69e4522a4e4c1b021f5abb3a7018926645eac2fa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 6 Mar 2012 21:13:29 -0800 Subject: set font-family for inputs and such via basefontfamily --- docs/assets/bootstrap.zip | Bin 54989 -> 54989 bytes less/forms.less | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 3cf863a88..c153c6e8b 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ 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 -- cgit v1.2.3