From 28a081cb20d4e9544967e7c6d5ab31ff4ad68862 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 14 May 2013 23:21:30 -0700 Subject: Overhaul form control and button sizing, and some type styles * New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless --- docs/components.html | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 01b76d812..d192156dc 100644 --- a/docs/components.html +++ b/docs/components.html @@ -748,7 +748,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na {% endhighlight %}

Works with all button sizes

-

Button dropdowns work at any size: .btn-large, .btn-small, or .btn-mini.

+

Button dropdowns work with buttons of all sizes.

@@ -775,18 +775,6 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
  • Separated link
  • -
    - - -
    {% highlight html %} @@ -809,15 +797,6 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na ... - - -
    - -
    {% endhighlight %} @@ -1540,7 +1519,7 @@ body {

    Sizes

    -

    Fancy larger or smaller pagination? Add .pagination-large, .pagination-small, or .pagination-mini for additional sizes.

    +

    Fancy larger or smaller pagination? Add .pagination-large or .pagination-small for additional sizes.

      @@ -1575,23 +1554,11 @@ body {
    • »
    -
    - -
    {% highlight html %} - {% endhighlight %} -- cgit v1.2.3