aboutsummaryrefslogtreecommitdiff
path: root/less/scaffolding.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-26 17:12:17 -0700
committerMark Otto <[email protected]>2013-03-26 17:12:17 -0700
commitca31f060a839b957ce3a85d3eaaaae09a78bbeb0 (patch)
treef35126669b4914142d6df703633a95e504049811 /less/scaffolding.less
parent1e9be3644c51ec6b808728169a4d535062be2c5f (diff)
downloadbootstrap-ca31f060a839b957ce3a85d3eaaaae09a78bbeb0.tar.xz
bootstrap-ca31f060a839b957ce3a85d3eaaaae09a78bbeb0.zip
New grid classes
Diffstat (limited to 'less/scaffolding.less')
-rw-r--r--less/scaffolding.less10
1 files changed, 6 insertions, 4 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 2b82d1e90..633222ed8 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -30,19 +30,21 @@ html {
}
body {
+ font-family: @font-family-base;
+ .font-size();
+ line-height: @line-height-base;
color: @text-color;
background-color: @body-background;
}
// Reset fonts for revelant elements
-body,
input,
button,
select,
textarea {
- font-family: @font-family-base;
- .font-size();
- line-height: @line-height-base;
+ font-family: inherit;
+ font-size: inherit;
+ line-height: inherit;
}