2
0
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:
Mark Otto
2013-03-26 17:12:17 -07:00
parent 1e9be3644c
commit ca31f060a8
13 changed files with 324 additions and 320 deletions
+6 -4
View File
@@ -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;
}