aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-14 21:45:23 -0700
committerJacob Thornton <[email protected]>2012-04-14 21:45:23 -0700
commitce944421042def2782fc8699e16d872ee6dce4e3 (patch)
tree74c2ef19a6de608b73f12f4e984403bd90f1631c /less/forms.less
parentd65f7f204a918906d7ce5120b9719abf105d60c5 (diff)
parent490eb1bd16177f951b7c66c364d2eee6a6288a5d (diff)
downloadbootstrap-ce944421042def2782fc8699e16d872ee6dce4e3.tar.xz
bootstrap-ce944421042def2782fc8699e16d872ee6dce4e3.zip
Merge branch '2.0.3-wip' of https://github.com/twitter/bootstrap into 2.0.3-wip
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index dafe1c5c3..1367b1fd9 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -552,7 +552,7 @@ legend + .control-group {
// Move over all input controls and content
.controls {
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 */
+ // 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;
*margin-left: 0;
*padding-left: 20px;