diff options
| author | Mark Otto <[email protected]> | 2011-09-10 13:00:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 13:00:07 -0700 |
| commit | 5b1615015931986b064aa12c222c1059e58f25e5 (patch) | |
| tree | 602ecb3774a1916e294f0bc186e0b90128e8a3a2 /lib/forms.less | |
| parent | 0b43bc9bb9266fa8e8d830b82ede20fb3a939acd (diff) | |
| download | bootstrap-5b1615015931986b064aa12c222c1059e58f25e5.tar.xz bootstrap-5b1615015931986b064aa12c222c1059e58f25e5.zip | |
trying to solve firefox active outline, make .input less specific
Diffstat (limited to 'lib/forms.less')
| -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; } |
