1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

grunt dist docs

[ci skip]
This commit is contained in:
Chris Rebert
2016-01-01 12:37:52 -08:00
parent e9192f6de0
commit 422ed9ab48
27 changed files with 52 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
/*!
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Copyright 2011-2016 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 */
@@ -3390,12 +3390,14 @@ input[type="button"].btn-block {
.file {
position: relative;
display: inline-block;
max-width: 100%;
height: 2.5rem;
cursor: pointer;
}
.file input {
min-width: 14rem;
max-width: 100%;
margin: 0;
filter: alpha(opacity=0);
opacity: 0;
@@ -4102,6 +4104,7 @@ input[type="button"].btn-block {
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
color: #818a91;
pointer-events: none;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
@@ -4191,6 +4194,7 @@ input[type="button"].btn-block {
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
color: #818a91;
pointer-events: none;
cursor: not-allowed;
background-color: #fff;
}
@@ -6151,7 +6155,7 @@ a.text-danger:focus, a.text-danger:hover {
}
.text-hide {
font: "0/0" a;
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long