diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 21:42:56 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 21:42:56 -0700 |
| commit | e11c49cc48a70de1728ed18ca425db74e79c9938 (patch) | |
| tree | bd23ebcb2e9f077024bb1b551fbba2e84e263c33 /lib/forms.less | |
| parent | b54dc13535ce50d26f3814a0246aae769ff45fc8 (diff) | |
| parent | f169c99f726c250f0bb2f68ea4eedaaf3fbe15c0 (diff) | |
| download | bootstrap-e11c49cc48a70de1728ed18ca425db74e79c9938.tar.xz bootstrap-e11c49cc48a70de1728ed18ca425db74e79c9938.zip | |
Merge branch 'master' of github.com:twitter/bootstrap
Conflicts:
bootstrap-1.0.0.css
bootstrap-1.0.0.min.css
docs/index.html
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index 590326034..4265f8e59 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -114,7 +114,7 @@ form { } // Error styles - .error { + div.error { background: lighten(@red, 57%); padding: 10px 0; margin: -10px 0 10px; @@ -353,6 +353,13 @@ form.form-stacked { } } } + div.error { + padding-top: 10px; + padding-bottom: 10px; + padding-left: 10px; + margin-top: 0; + margin-left: -10px; + } .actions { margin-left: -20px; padding-left: 20px; |
