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 /lib | |
| parent | 9fd4e459fe829454c811118c64aa32eafd6e8b97 (diff) | |
| download | bootstrap-2764cfda6dbda56b4a50561fb8cd2a8be86dc096.tar.xz bootstrap-2764cfda6dbda56b4a50561fb8cd2a8be86dc096.zip | |
remove html from body background
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/scaffolding.less | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index f15f6853c..7b8aa369a 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -7,10 +7,8 @@ // STRUCTURAL LAYOUT // ----------------- -html, body { - background-color: @white; -} body { + background-color: @white; margin: 0; font-family: @baseFontFamily; font-size: @baseFontSize; |
