2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

consolidate font resets into scaffolding

This commit is contained in:
Mark Otto
2012-11-30 00:24:17 -08:00
parent 71d8bebfbc
commit 4fd164d45b
3 changed files with 19 additions and 41 deletions
+10 -2
View File
@@ -8,11 +8,19 @@
body {
margin: 0;
color: @textColor;
background-color: @bodyBackground;
}
// Reset fonts for revelant elements
body,
input,
button,
select,
textarea {
font-family: @baseFontFamily;
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @textColor;
background-color: @bodyBackground;
}