2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Make negative margins on rows the default, not just in containers, and add padding to body to compensate

This commit is contained in:
Mark Otto
2013-08-16 15:16:03 -07:00
parent f459d76e38
commit e4bb388bc9
4 changed files with 49 additions and 71 deletions
+2
View File
@@ -22,6 +22,8 @@ html {
}
body {
padding-left: (@grid-gutter-width / 2);
padding-right: (@grid-gutter-width / 2);
font-family: @font-family-base;
font-size: @font-size-base;
line-height: @line-height-base;