mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
re-add div to error class
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user