diff options
| author | Jacob Thornton <[email protected]> | 2011-09-10 13:17:43 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-10 13:17:43 -0700 |
| commit | 5bc455d3707b87960d32c0672f5afb3b31173ec8 (patch) | |
| tree | 037db3b6517d9630962abddf2a811ba9a97d957c /lib | |
| parent | 1041977d0acedfcbd0d2a0d4a007496ccad10991 (diff) | |
| parent | c797cb61a6a36459b0c3e7b628e22ad3518350e8 (diff) | |
| download | bootstrap-5bc455d3707b87960d32c0672f5afb3b31173ec8.tar.xz bootstrap-5bc455d3707b87960d32c0672f5afb3b31173ec8.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index 3e52875eb..2ac43177e 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -50,7 +50,7 @@ label { } // Shift over the inside div to align all label's relevant content -div.input { +form .input { margin-left: 150px; } |
