diff options
| author | Mark Otto <[email protected]> | 2011-10-28 18:38:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-28 18:38:06 -0700 |
| commit | 2764cfda6dbda56b4a50561fb8cd2a8be86dc096 (patch) | |
| tree | 64a1af7bdcf5c43ae045f72f6f541f9977179d83 /bootstrap.css | |
| parent | 9fd4e459fe829454c811118c64aa32eafd6e8b97 (diff) | |
| download | bootstrap-2764cfda6dbda56b4a50561fb8cd2a8be86dc096.tar.xz bootstrap-2764cfda6dbda56b4a50561fb8cd2a8be86dc096.zip | |
remove html from body background
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css index ed0556b3d..ec9217a21 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: Thu Oct 27 12:48:41 PDT 2011 + * Date: Fri Oct 28 18:37:59 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). @@ -180,10 +180,8 @@ textarea { * Scaffolding * Basic and global styles for generating a grid system, structural layout, and page templates * ------------------------------------------------------------------------------------------- */ -html, body { - background-color: #ffffff; -} body { + background-color: #ffffff; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; |
