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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user