Skip to content

Commit

Permalink
remove background color from html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 28, 2011
1 parent 6468701 commit 15e0068
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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: Wed Oct 26 21:28:20 PDT 2011
* Date: Thu Oct 27 23:45:36 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).
Expand Down Expand Up @@ -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;
Expand Down
3 changes: 1 addition & 2 deletions bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions lib/scaffolding.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
// STRUCTURAL LAYOUT
// -----------------

html, body {
background-color: @white;
}
body {
background-color: @white;
margin: 0;
#font > .sans-serif(normal,@basefont,@baseline);
color: @grayDark;
Expand Down

0 comments on commit 15e0068

Please sign in to comment.