From cf7d7a7b5dcb0467903107c9b2fa212f737b6259 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 7 Nov 2012 13:30:06 -0800 Subject: [PATCH 1/4] remove ; from customizer --- docs/customize.html | 2 +- docs/templates/pages/customize.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customize.html b/docs/customize.html index 4fa47d7bb1..7b465b8596 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -369,7 +369,7 @@ - +
diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index d997098886..8d8a2f92a7 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -298,7 +298,7 @@ - +
From ddf5ceccce58e6ee1104e16c3ad36ba9dbabf24e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 8 Nov 2012 23:49:04 -0800 Subject: [PATCH 2/4] typo fix --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index 816b465c90..fa41612d82 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -350,7 +350,7 @@

Unstyled

-

Remove default the list-style and left padding on list items (immediate children only).

+

Remove the default list-style and left padding on list items (immediate children only).

  • Lorem ipsum dolor sit amet
  • diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 494086702d..29c4cebb1e 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -287,7 +287,7 @@

    {{_i}}Unstyled{{/i}}

    -

    {{_i}}Remove default the list-style and left padding on list items (immediate children only).{{/i}}

    +

    {{_i}}Remove the default list-style and left padding on list items (immediate children only).{{/i}}

    • Lorem ipsum dolor sit amet
    • From f2bbee207596960062f2f5f280427abbb94bcc4f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 8 Nov 2012 23:56:29 -0800 Subject: [PATCH 3/4] remove * line-height --- less/buttons.less | 1 - 1 file changed, 1 deletion(-) diff --git a/less/buttons.less b/less/buttons.less index 4497d3acd7..e0afbed96b 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -14,7 +14,6 @@ margin-bottom: 0; // For input.btn font-size: @baseFontSize; line-height: @baseLineHeight; - *line-height: @baseLineHeight; text-align: center; vertical-align: middle; cursor: pointer; From 54486de88c7774e83b66dd4d42885300c2692f67 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 9 Nov 2012 09:20:26 -0800 Subject: [PATCH 4/4] run make again --- docs/assets/css/bootstrap.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 70835bcc98..085ad14001 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3132,7 +3132,6 @@ button.close { *margin-left: .3em; font-size: 14px; line-height: 20px; - *line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);