aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-14 23:21:30 -0700
committerMark Otto <[email protected]>2013-05-14 23:21:30 -0700
commit28a081cb20d4e9544967e7c6d5ab31ff4ad68862 (patch)
tree41d1af55e2055a91e79620b50594261a0eeda813 /less/type.less
parenta41d566d5e38dd3227a0f5921f7be92969ff63f1 (diff)
downloadbootstrap-28a081cb20d4e9544967e7c6d5ab31ff4ad68862.tar.xz
bootstrap-28a081cb20d4e9544967e7c6d5ab31ff4ad68862.zip
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
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less3
1 files changed, 1 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less
index e562bb2c2..a95e5bff7 100644
--- a/less/type.less
+++ b/less/type.less
@@ -54,9 +54,8 @@ a.text-success:focus { color: darken(@state-success-text, 10%); }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
- font-family: @headings-font-family;
font-weight: @headings-font-weight;
- line-height: @line-height-headings;
+ line-height: @headings-line-height;
small {
font-weight: normal;
line-height: 1;