2
0
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:
Mark Otto
2011-08-21 20:53:52 -07:00
parent 5668723db2
commit 0df17f06d8
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -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;