1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

updating the docs to include more responsive fixes, adding rows to the responsive changes as well to undo negative margin

This commit is contained in:
Mark Otto
2011-10-22 15:49:42 -07:00
parent 80332e8340
commit d4675bf4ef
4 changed files with 28 additions and 6 deletions

View File

@@ -12,6 +12,10 @@
width: auto;
padding: 0 10px;
}
// Undo negative margin on rows
.row {
margin-left: 0;
}
// Make all columns even
[class*="span"] {
float: none;
@@ -57,6 +61,10 @@
width: auto;
padding: 0 10px;
}
// Undo negative margin on rows
.row {
margin-left: 0;
}
// Make all columns even
[class*="span"] {
float: none;