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

remove left margin reset from old grid system

parent eb555b7a
Showing with 0 additions and 7 deletions
+0 -7
......@@ -5707,9 +5707,6 @@ a.badge:hover {
.container {
width: auto;
}
.row {
margin-left: 0;
}
[class*="span"],
.uneditable-input[class*="span"] {
display: block;
......
......@@ -43,10 +43,6 @@
.container {
width: auto;
}
// Undo negative margin on rows
.row {
margin-left: 0;
}
// Make all grid-sized elements block level again
[class*="span"],
// Makes uneditable inputs full-width when using grid sizing
......
Supports Markdown
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