diff options
| author | Mark Otto <[email protected]> | 2011-10-16 18:01:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 18:01:05 -0700 |
| commit | 2a82b38cff142ec86a6e1dc4f9366205260d262d (patch) | |
| tree | 1e274c535c40f4e4f8914f17456dc52f7b264a42 /bootstrap.css | |
| parent | 756e7c8739266ec8594d545e7eec2a50ea06ce08 (diff) | |
| download | bootstrap-2a82b38cff142ec86a6e1dc4f9366205260d262d.tar.xz bootstrap-2a82b38cff142ec86a6e1dc4f9366205260d262d.zip | |
tweak the h2s again for better spacing, adjust docs, remove white bg if possible on file input, few other tweaks
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/bootstrap.css b/bootstrap.css index 3c344e98b..3af3c1be7 100644 --- a/bootstrap.css +++ b/bootstrap.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: Sun Oct 16 12:11:34 PDT 2011 + * Date: Sun Oct 16 18:00:58 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). @@ -388,7 +388,7 @@ h1 small { } h2 { font-size: 24px; - line-height: 27px; + line-height: 36px; } h2 small { font-size: 14px; @@ -434,7 +434,7 @@ ol { } li { line-height: 18px; - color: #808080; + color: #404040; } ul.unstyled { list-style: none; @@ -553,9 +553,6 @@ label { margin-bottom: 5px; color: #404040; } -input[type=checkbox], input[type=radio] { - cursor: pointer; -} input, textarea, select, @@ -583,9 +580,11 @@ input[type=checkbox], input[type=radio] { line-height: normal; border: none; + cursor: pointer; } input[type=file] { background-color: #ffffff; + background-color: initial; padding: initial; border: initial; line-height: initial; |
