From 25d9a2f2b8e5bcc266e676fdca43541206eb3dbf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Jun 2011 15:54:25 -0700 Subject: update grid bg to 18px baseline, updated docs for disabled buttons --- docs/index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 2ff2ac0ae..68040844c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,7 +48,7 @@

Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.

- Download Zip » + Download Bootstrap ZIP » Visit project page on Github »
(Current version: 1.0.0) @@ -954,6 +954,18 @@ Primary action Action
+

Disabled state

+

For buttons that are not active or are disabled by the app for one reason or another, use the disabled state. That's .disabled for links and :disabled for button elements.

+

Links

+ +

Buttons

+
+ + +
-- cgit v1.2.3