Commit 19ea4668 authored by Mark Otto's avatar Mark Otto

prevent small tags from increasing height of headings

parent 3d770ab7
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
.clearfix:before, .clearfix:before,
.clearfix:after { .clearfix:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -94,6 +95,7 @@ ...@@ -94,6 +95,7 @@
.row:before, .row:before,
.row:after { .row:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
.row:after { .row:after {
...@@ -187,6 +189,7 @@ ...@@ -187,6 +189,7 @@
.row-fluid:before, .row-fluid:before,
.row-fluid:after { .row-fluid:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
.row-fluid:after { .row-fluid:after {
...@@ -434,6 +437,7 @@ ...@@ -434,6 +437,7 @@
.row:before, .row:before,
.row:after { .row:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
.row:after { .row:after {
...@@ -527,6 +531,7 @@ ...@@ -527,6 +531,7 @@
.row-fluid:before, .row-fluid:before,
.row-fluid:after { .row-fluid:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
.row-fluid:after { .row-fluid:after {
......
...@@ -130,6 +130,7 @@ textarea { ...@@ -130,6 +130,7 @@ textarea {
.clearfix:before, .clearfix:before,
.clearfix:after { .clearfix:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -181,6 +182,7 @@ a:hover { ...@@ -181,6 +182,7 @@ a:hover {
.row:before, .row:before,
.row:after { .row:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -303,6 +305,7 @@ a:hover { ...@@ -303,6 +305,7 @@ a:hover {
.row-fluid:before, .row-fluid:before,
.row-fluid:after { .row-fluid:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -515,6 +518,7 @@ a:hover { ...@@ -515,6 +518,7 @@ a:hover {
.container:before, .container:before,
.container:after { .container:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -531,6 +535,7 @@ a:hover { ...@@ -531,6 +535,7 @@ a:hover {
.container-fluid:before, .container-fluid:before,
.container-fluid:after { .container-fluid:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -574,6 +579,7 @@ h4 small, ...@@ -574,6 +579,7 @@ h4 small,
h5 small, h5 small,
h6 small { h6 small {
font-weight: normal; font-weight: normal;
line-height: 1;
color: #999999; color: #999999;
} }
...@@ -1331,6 +1337,7 @@ select:focus:required:invalid:focus { ...@@ -1331,6 +1337,7 @@ select:focus:required:invalid:focus {
.form-actions:before, .form-actions:before,
.form-actions:after { .form-actions:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -1600,6 +1607,7 @@ legend + .control-group { ...@@ -1600,6 +1607,7 @@ legend + .control-group {
.form-horizontal .control-group:before, .form-horizontal .control-group:before,
.form-horizontal .control-group:after { .form-horizontal .control-group:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -3468,6 +3476,7 @@ input[type="submit"].btn.btn-mini { ...@@ -3468,6 +3476,7 @@ input[type="submit"].btn.btn-mini {
.nav-tabs:after, .nav-tabs:after,
.nav-pills:after { .nav-pills:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -3641,6 +3650,7 @@ input[type="submit"].btn.btn-mini { ...@@ -3641,6 +3650,7 @@ input[type="submit"].btn.btn-mini {
.tabbable:before, .tabbable:before,
.tabbable:after { .tabbable:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -3845,6 +3855,7 @@ input[type="submit"].btn.btn-mini { ...@@ -3845,6 +3855,7 @@ input[type="submit"].btn.btn-mini {
.navbar-form:before, .navbar-form:before,
.navbar-form:after { .navbar-form:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -4373,6 +4384,7 @@ input[type="submit"].btn.btn-mini { ...@@ -4373,6 +4384,7 @@ input[type="submit"].btn.btn-mini {
.pager:before, .pager:before,
.pager:after { .pager:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -4522,6 +4534,7 @@ input[type="submit"].btn.btn-mini { ...@@ -4522,6 +4534,7 @@ input[type="submit"].btn.btn-mini {
.modal-footer:before, .modal-footer:before,
.modal-footer:after { .modal-footer:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
...@@ -4814,6 +4827,7 @@ input[type="submit"].btn.btn-mini { ...@@ -4814,6 +4827,7 @@ input[type="submit"].btn.btn-mini {
.thumbnails:before, .thumbnails:before,
.thumbnails:after { .thumbnails:after {
display: table; display: table;
line-height: 0;
content: ""; content: "";
} }
......
...@@ -31,6 +31,7 @@ h1, h2, h3, h4, h5, h6 { ...@@ -31,6 +31,7 @@ h1, h2, h3, h4, h5, h6 {
text-rendering: optimizelegibility; // Fix the character spacing for headings text-rendering: optimizelegibility; // Fix the character spacing for headings
small { small {
font-weight: normal; font-weight: normal;
line-height: 1;
color: @grayLight; color: @grayLight;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment