From b11784fec036e09e523df4a96b571071af88446a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Jun 2011 15:31:05 -0700 Subject: adding attribution in footer, link up names, clean up button styles --- docs/assets/css/docs.css | 5 +++++ docs/index.html | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 6f96d166e..76473c952 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -90,6 +90,11 @@ section { } #footer p { margin-bottom: 0; + color: rgba(255,255,255,.8) +} +#footer p a { + color: #fff; + font-weight: bold; } /* Special grid styles -------------------------------------------------- */ diff --git a/docs/index.html b/docs/index.html index d82d56b82..2ff2ac0ae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1187,14 +1187,14 @@

Modals—dialogs or lightboxes—are great for contextual actions in situations where it's important that the background context be maintained.

-