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/css.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 520a252af..2640e1688 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1625,7 +1625,7 @@ For example, <section> should be wrapped as inline.

Relative sizing

Create larger or smaller form controls that match button sizes.

-
+
@@ -1738,7 +1738,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Button sizes

-

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

+

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

@@ -1752,10 +1752,6 @@ For example, <section> should be wrapped as inline.

-

- - -

{% highlight html %}

@@ -1770,10 +1766,6 @@ For example, <section> should be wrapped as inline.

-

- - -

{% endhighlight %}

Create block level buttons—those that span the full width of a parent— by adding .btn-block.

-- cgit v1.2.3