]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
set font-family for inputs and such via basefontfamily
authorMark Otto <markotto@twitter.com>
Wed, 7 Mar 2012 05:13:29 +0000 (21:13 -0800)
committerMark Otto <markotto@twitter.com>
Wed, 7 Mar 2012 05:13:29 +0000 (21:13 -0800)
docs/assets/bootstrap.zip
less/forms.less

index 3cf863a88762b626e54e9073623efcbb4112820a..c153c6e8b8b7082a325720e60969c621564ee641 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 4043e45a468f578034b4d1981ecbbc3a0e11fdba..280c63d6b21dc728d528a2b5d37626ba783fbf5f 100644 (file)
@@ -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