Commit 490eb1bd authored by Mark Otto's avatar Mark Otto
Browse files

fix #3068: compile after changing comment

parent 3bc7553f
Showing with 0 additions and 2 deletions
+0 -2
No preview for this file type
...@@ -1205,8 +1205,6 @@ legend + .control-group { ...@@ -1205,8 +1205,6 @@ legend + .control-group {
} }
.form-horizontal .controls { .form-horizontal .controls {
margin-left: 160px; margin-left: 160px;
/* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */
*display: inline-block; *display: inline-block;
*margin-left: 0; *margin-left: 0;
*padding-left: 20px; *padding-left: 20px;
......
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