diff options
| author | Mark Otto <[email protected]> | 2011-09-09 21:43:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-09 21:43:19 -0700 |
| commit | a0c3d4834225a2dd9fe3f3100b44ea316137c2d9 (patch) | |
| tree | f0d848e4100aa44890dd78e7f91a135bdb619407 /lib/forms.less | |
| parent | c56e229ed73824778c672a67e7e70c4521623fe9 (diff) | |
| download | bootstrap-a0c3d4834225a2dd9fe3f3100b44ea316137c2d9.tar.xz bootstrap-a0c3d4834225a2dd9fe3f3100b44ea316137c2d9.zip | |
fix the stacked form legend style
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 0eae90a73..3e52875eb 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -381,7 +381,7 @@ textarea[readonly] { padding-top: @baseline / 2; } legend { - margin-left: 0; + padding-left: 0; } label { display: block; |
