aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-05-13 21:20:02 -0700
committerMark Otto <[email protected]>2015-05-13 21:20:02 -0700
commit82279a8eb28fcddf24ecdf524686583e408b5191 (patch)
tree74b6f1b30a555387d1393b22f797491dc6ae7fae /dist/css/bootstrap.css
parentf2adfeb62def2c968cc370c9dfa0ef4e5fc1f5cd (diff)
parent9a451d4aea98d59a0bad032ec4fd80a4ea1bc8e1 (diff)
downloadbootstrap-82279a8eb28fcddf24ecdf524686583e408b5191.tar.xz
bootstrap-82279a8eb28fcddf24ecdf524686583e408b5191.zip
Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into martinbean-btn-borders
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 9f945b1e7..fe7e43061 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4,6 +4,11 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
+/*!
+ * Bootstrap v3.3.4 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
@@ -4824,6 +4829,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
+ line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
@@ -4839,6 +4845,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
+ line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
@@ -6368,6 +6375,7 @@ button.close {
top: 50%;
z-index: 5;
display: inline-block;
+ margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
@@ -6383,7 +6391,6 @@ button.close {
.carousel-control .icon-next {
width: 20px;
height: 20px;
- margin-top: -10px;
font-family: serif;
line-height: 1;
}