aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-21 20:53:52 -0700
committerMark Otto <[email protected]>2011-08-21 20:53:52 -0700
commit0df17f06d8cb94ccee42cd5c8536965c2df7e643 (patch)
tree9b2301b17a464ea1349ccdf3aa9c4e8b409b5e94 /lib
parent5668723db24d4d3fd7015701ce5df5c1bdb58df1 (diff)
downloadbootstrap-0df17f06d8cb94ccee42cd5c8536965c2df7e643.tar.xz
bootstrap-0df17f06d8cb94ccee42cd5c8536965c2df7e643.zip
re-add div to error class
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/forms.less b/lib/forms.less
index d528bcd3f..2e8e59dde 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -112,7 +112,7 @@ form {
}
// Error styles
- .error {
+ div.error {
background: lighten(@red, 57%);
padding: 10px 0;
margin: -10px 0 10px;
@@ -342,7 +342,7 @@ form.form-stacked {
}
}
}
- .error {
+ div.error {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;