From a57dbada0f17bc3dfd4a77de436a5e590fb0d1e3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 15:18:20 -0800 Subject: change classname from .btn-dark to .btn-inverse, change use text --- docs/templates/pages/base-css.mustache | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 7f5243dde..cb79496a8 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1210,10 +1210,10 @@ .btn-danger {{_i}}Indicates a dangerous or potentially negative action{{/i}} - - {{_i}}Dark{{/i}} - .btn-dark - {{_i}}Indicates a potential abort or black magic{{/i}} + + {{_i}}Inverse{{/i}} + .btn-inverse + {{_i}}Alternate dark gray button, not tied to a semantic action or use{{/i}} -- cgit v1.2.3