diff options
| author | Mark Otto <[email protected]> | 2011-10-17 12:45:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-17 12:45:09 -0700 |
| commit | f48baceeda7dc18e1fdf78f89c55b3de40a3357e (patch) | |
| tree | a7c4c990f7a594e4c4edcee02eeae658c3d2addd /bootstrap.css | |
| parent | 6d2e39950d98dafbb82e94f00b3c99b82d0ba1c1 (diff) | |
| download | bootstrap-f48baceeda7dc18e1fdf78f89c55b3de40a3357e.tar.xz bootstrap-f48baceeda7dc18e1fdf78f89c55b3de40a3357e.zip | |
remove bottom margin from h1
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index ac242d3b8..3731eaf0b 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: Mon Oct 17 00:03:30 PDT 2011 + * Date: Mon Oct 17 12:44:52 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). @@ -377,7 +377,6 @@ h6 small { color: #bfbfbf; } h1 { - margin-bottom: 18px; font-size: 30px; line-height: 36px; } |
