Commit 56935c64 authored by Mark Otto's avatar Mark Otto

remove left margin reset from old grid system

parent eb555b7a
...@@ -5707,9 +5707,6 @@ a.badge:hover { ...@@ -5707,9 +5707,6 @@ a.badge:hover {
.container { .container {
width: auto; width: auto;
} }
.row {
margin-left: 0;
}
[class*="span"], [class*="span"],
.uneditable-input[class*="span"] { .uneditable-input[class*="span"] {
display: block; display: block;
......
...@@ -43,10 +43,6 @@ ...@@ -43,10 +43,6 @@
.container { .container {
width: auto; width: auto;
} }
// Undo negative margin on rows
.row {
margin-left: 0;
}
// Make all grid-sized elements block level again // Make all grid-sized elements block level again
[class*="span"], [class*="span"],
// Makes uneditable inputs full-width when using grid sizing // Makes uneditable inputs full-width when using grid sizing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment