From 2d6986df2d40b1ef2a7ef6681d160d9dae8772c3 Mon Sep 17 00:00:00 2001 From: Arnold Daniels Date: Tue, 17 Jul 2012 00:04:58 +0200 Subject: [PATCH] Docs for action links Added jasny/action-links.less to jasny/bootstrap.less --- docs/templates/pages/base-css.mustache | 79 ++++++++++++++++++++++++++ docs/templates/pages/index.mustache | 7 +++ less/jasny/bootstrap.less | 2 + 3 files changed, 88 insertions(+) diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 9751589c..cb3bfcbf 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -10,6 +10,7 @@
  • {{_i}}Tables{{/i}}
  • {{_i}}Forms{{/i}}
  • {{_i}}Buttons{{/i}}
  • +
  • {{_i}}Action links{{/i}}
  • {{_i}}Icons by Glyphicons{{/i}}
  • @@ -1470,6 +1471,84 @@ on multiple lines + + diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 2be76a6c..7eb49973 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -50,6 +50,13 @@

    {{_i}}What's different?{{/i}}

    +
    +
    +

    {{_i}}Action links{{/i}}

    +

    {{_i}}Sometimes a button will pull to much attention to an action. In those cases, you can use action links instead.{{/i}}

    +

    {{_i}}Action links look distinctly different than normal links.{{/i}}

    +
    +

    {{_i}}Form elements{{/i}}

    diff --git a/less/jasny/bootstrap.less b/less/jasny/bootstrap.less index f254c026..132ec3c2 100644 --- a/less/jasny/bootstrap.less +++ b/less/jasny/bootstrap.less @@ -17,6 +17,8 @@ @import "forms-uneditable.less"; @import "forms-editor.less"; +// Components: Buttons & Alerts +@import "action-links.less"; // Components: Nav @import "navs-tabbable.less";