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}}How can a fantastic library become any better? Check it out.{{/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";