Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-02-04 06:45:13 +0300
committerMark Otto <markdotto@gmail.com>2016-02-04 06:45:13 +0300
commitba37c37615429c5e562d1e9f88a11e263640963c (patch)
treed7b0ceae99f705fcd628cde9d9619e544c0fbf50 /scss/_pagination.scss
parent102a20f5b36bec4b3bff613a5520b240761914ce (diff)
Redo line-height globally
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
Diffstat (limited to 'scss/_pagination.scss')
-rw-r--r--scss/_pagination.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_pagination.scss b/scss/_pagination.scss
index c0b82399fb..5f40a7fd4c 100644
--- a/scss/_pagination.scss
+++ b/scss/_pagination.scss
@@ -47,7 +47,6 @@
float: left; // Collapse white-space
padding: $pagination-padding-y $pagination-padding-x;
margin-left: -1px;
- line-height: $line-height;
color: $pagination-color;
text-decoration: none;
background-color: $pagination-bg;