mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
remove html from body background
This commit is contained in:
6
bootstrap.css
vendored
6
bootstrap.css
vendored
@@ -6,7 +6,7 @@
|
|||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
* 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
|
/* 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).
|
* 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
|
* Scaffolding
|
||||||
* Basic and global styles for generating a grid system, structural layout, and page templates
|
* Basic and global styles for generating a grid system, structural layout, and page templates
|
||||||
* ------------------------------------------------------------------------------------------- */
|
* ------------------------------------------------------------------------------------------- */
|
||||||
html, body {
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
|
||||||
body {
|
body {
|
||||||
|
background-color: #ffffff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
3
bootstrap.min.css
vendored
3
bootstrap.min.css
vendored
@@ -20,8 +20,7 @@ button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:poin
|
|||||||
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
|
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
|
||||||
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
|
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
|
||||||
textarea{overflow:auto;vertical-align:top;}
|
textarea{overflow:auto;vertical-align:top;}
|
||||||
html,body{background-color:#ffffff;}
|
body{background-color:#ffffff;margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;color:#404040;}
|
||||||
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;color:#404040;}
|
|
||||||
.container{width:940px;margin-left:auto;margin-right:auto;zoom:1;}.container:before,.container:after{display:table;content:"";zoom:1;*display:inline;}
|
.container{width:940px;margin-left:auto;margin-right:auto;zoom:1;}.container:before,.container:after{display:table;content:"";zoom:1;*display:inline;}
|
||||||
.container:after{clear:both;}
|
.container:after{clear:both;}
|
||||||
.fluid-container{position:relative;min-width:940px;padding-left:20px;padding-right:20px;zoom:1;}.fluid-container:before,.fluid-container:after{display:table;content:"";zoom:1;*display:inline;}
|
.fluid-container{position:relative;min-width:940px;padding-left:20px;padding-right:20px;zoom:1;}.fluid-container:before,.fluid-container:after{display:table;content:"";zoom:1;*display:inline;}
|
||||||
|
@@ -53,6 +53,7 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Grid system
|
<!-- Grid system
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="grid-system">
|
<section id="grid-system">
|
||||||
|
@@ -7,10 +7,8 @@
|
|||||||
// STRUCTURAL LAYOUT
|
// STRUCTURAL LAYOUT
|
||||||
// -----------------
|
// -----------------
|
||||||
|
|
||||||
html, body {
|
|
||||||
background-color: @white;
|
|
||||||
}
|
|
||||||
body {
|
body {
|
||||||
|
background-color: @white;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: @baseFontFamily;
|
font-family: @baseFontFamily;
|
||||||
font-size: @baseFontSize;
|
font-size: @baseFontSize;
|
||||||
|
Reference in New Issue
Block a user