mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
New grid classes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user