diff options
| author | Jacob Thornton <[email protected]> | 2012-01-22 20:07:17 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-22 20:07:17 -0800 |
| commit | b8c0388f8af8ae93a514efaa352f63ecdffde279 (patch) | |
| tree | ba5307d9f3f635bf4e243e10451a26676697be06 /lib | |
| parent | dc5bedda1441bac36e266f409b3dd14f84e8fd32 (diff) | |
| download | bootstrap-b8c0388f8af8ae93a514efaa352f63ecdffde279.tar.xz bootstrap-b8c0388f8af8ae93a514efaa352f63ecdffde279.zip | |
fix sans-serif order in forms.less and rebuild
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index e956b0046..e728b9d72 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -28,7 +28,7 @@ label, input, select, textarea { - #font > .sans-serif(normal,@baseFontSize,@baseLineHeight); + #font > .sans-serif(@baseFontSize,normal,@baseLineHeight); } // Identify controls by their labels |
