From 9660f6f18d610ee4b03c0e3bf2823393fc66640b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Jun 2011 11:56:49 -0700 Subject: new buttons, new modal updates around spacing and placeholder content --- docs/assets/css/docs.css | 15 +-------------- docs/index.html | 7 +++++-- 2 files changed, 6 insertions(+), 16 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 292a6e8de..9c61dfb02 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -7,22 +7,9 @@ /* Body and structure -------------------------------------------------- */ body { - background-color: #ffffff; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), color-stop(0.15, #ffffff), to(#ffffff)); - background-image: -webkit-linear-gradient(#eeeeee, color-stop(0.15, #ffffff), #ffffff); - background-image: -moz-linear-gradient(#eeeeee, color-stop(#ffffff, 0.15), #ffffff); - background-attachment: fixed; - background-position: 0 40px; + background-color: #fff; position: relative; } -header, -section, -footer, -article, -aside { - display: block; -} section { padding-top: 80px; margin-bottom: -40px; diff --git a/docs/index.html b/docs/index.html index c8444a89c..c22c305af 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1189,14 +1189,17 @@