diff options
| author | Mark Otto <[email protected]> | 2011-09-09 21:43:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-09 21:43:19 -0700 |
| commit | a0c3d4834225a2dd9fe3f3100b44ea316137c2d9 (patch) | |
| tree | f0d848e4100aa44890dd78e7f91a135bdb619407 /bootstrap-1.3.0.css | |
| parent | c56e229ed73824778c672a67e7e70c4521623fe9 (diff) | |
| download | bootstrap-a0c3d4834225a2dd9fe3f3100b44ea316137c2d9.tar.xz bootstrap-a0c3d4834225a2dd9fe3f3100b44ea316137c2d9.zip | |
fix the stacked form legend style
Diffstat (limited to 'bootstrap-1.3.0.css')
| -rw-r--r-- | bootstrap-1.3.0.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index 873df4c94..e8024e443 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.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: Fri Sep 9 10:06:26 PDT 2011 + * Date: Fri Sep 9 21:42:21 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). @@ -1012,7 +1012,7 @@ textarea[readonly] { padding-top: 9px; } .form-stacked legend { - margin-left: 0; + padding-left: 0; } .form-stacked label { display: block; |
