From 500315a428a2b205ae70267b01462e70a41b85ec Mon Sep 17 00:00:00 2001 From: Arnold Daniels Date: Tue, 17 Jul 2012 14:45:54 +0200 Subject: [PATCH] Added action areas to index page in docs Added action areas to jasny/bootstrap.less --- docs/templates/pages/index.mustache | 7 +++++++ less/jasny/bootstrap.less | 1 + 2 files changed, 8 insertions(+) diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index ebf423f4..4b6356a8 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -91,6 +91,13 @@

{{_i}}Tabbable{{/i}}

{{_i}}Tabs work better than ever. You now have a bordered tabbable available. Also, a container can be turned into a tabbable.{{/i}}

+
+

{{_i}}More{{/i}}

+ +
diff --git a/less/jasny/bootstrap.less b/less/jasny/bootstrap.less index 1991d8dc..e2d1ee43 100644 --- a/less/jasny/bootstrap.less +++ b/less/jasny/bootstrap.less @@ -19,6 +19,7 @@ @import "forms.less"; @import "forms-uneditable.less"; @import "forms-editor.less"; +@import "actions-areas.less"; // Components: Buttons & Alerts @import "action-links.less";