From 5663833bfc3ea815ee9fa82a53e1bd3e3f14f585 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 19:51:22 -0800 Subject: Restore .btn-info --- docs/assets/css/bootstrap.css | 12 ++++++++++++ docs/css.html | 5 +++++ docs/templates/pages/css.mustache | 5 +++++ 3 files changed, 22 insertions(+) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9477775f6..1e78aa66d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1733,6 +1733,18 @@ input[type="button"].btn-block { border-color: #449d44; } +.btn-info { + background-color: #5bc0de; + border-color: #5bc0de; +} + +.btn-info:hover, +.btn-info:focus, +.btn-info:active { + background-color: #46b8da; + border-color: #31b0d5; +} + .btn-link, .btn-link:active, .btn-link[disabled], diff --git a/docs/css.html b/docs/css.html index 84e85c371..427048aa0 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1737,6 +1737,11 @@ For example, <code>&lt;section&gt;</code> should be wrapped btn btn-success Indicates a successful or positive action + + + btn btn-info + Contextual button for informational alert messages + btn btn-warning diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 9aaf25c30..4073d3d3d 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1676,6 +1676,11 @@ For example, <code>&lt;section&gt;</code> should be wrapped btn btn-success Indicates a successful or positive action + + + btn btn-info + Contextual button for informational alert messages + btn btn-warning -- cgit v1.2.3