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

remove negative margin on .row so we don't hang off the left edge of the screen

This commit is contained in:
Jeff Adams
2011-10-21 11:56:13 -05:00
parent 523e02f7df
commit 2c0a60a777
3 changed files with 20 additions and 2 deletions
+12
View File
@@ -12,6 +12,12 @@
width: auto;
padding: 0 10px;
}
// remove negative margin so we don't hang off the screen
.row {
margin-left: 0;
}
// Make all columns even
[class*="span"] {
float: none;
@@ -57,6 +63,12 @@
width: auto;
padding: 0 10px;
}
// remove negative margin so we don't hang off the screen
.row {
margin-left: 0;
}
// Make all columns even
[class*="span"] {
float: none;