mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 05:19:15 +02:00
Merge branch 'master' of github.com:twitter/bootstrap
Conflicts: bootstrap-1.0.0.css bootstrap-1.0.0.min.css docs/index.html
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user