aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-20 23:56:32 -0700
committerMark Otto <[email protected]>2011-08-20 23:56:32 -0700
commit6db39d0ec3b48e299f8ced16e06bfa9e912b6be6 (patch)
treec5b56516ed8ab268ccfa6e24761b014fbb6ca672 /bootstrap-1.0.0.css
parent79bdb80543702348976a9cbd0c0b9bd2472fb148 (diff)
downloadbootstrap-6db39d0ec3b48e299f8ced16e06bfa9e912b6be6.tar.xz
bootstrap-6db39d0ec3b48e299f8ced16e06bfa9e912b6be6.zip
fix error styles a bit on stacked form fields
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index ae25e3066..ba4111d9a 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Aug 20 23:46:35 PDT 2011
+ * Date: Sat Aug 20 23:56:06 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -969,6 +969,13 @@ form.form-stacked ul.inputs-list li label {
font-weight: normal;
padding-top: 0;
}
+form.form-stacked div.error {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ padding-left: 10px;
+ margin-top: 0;
+ margin-left: -10px;
+}
form.form-stacked div.actions {
margin-left: -20px;
padding-left: 20px;