mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
run grunt dist
This commit is contained in:
Vendored
+7
@@ -1,3 +1,10 @@
|
|||||||
|
/*!
|
||||||
|
* Bootstrap v3.0.0 by @fat and @mdo
|
||||||
|
* Copyright 2013 Twitter, Inc.
|
||||||
|
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Designed and built with all the love in the world by @mdo and @fat.
|
||||||
|
*/
|
||||||
.btn-default,
|
.btn-default,
|
||||||
.btn-primary,
|
.btn-primary,
|
||||||
.btn-success,
|
.btn-success,
|
||||||
|
|||||||
Vendored
+7
File diff suppressed because one or more lines are too long
Vendored
+21
@@ -1,3 +1,10 @@
|
|||||||
|
/*!
|
||||||
|
* Bootstrap v3.0.0 by @fat and @mdo
|
||||||
|
* Copyright 2013 Twitter, Inc.
|
||||||
|
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Designed and built with all the love in the world by @mdo and @fat.
|
||||||
|
*/
|
||||||
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
article,
|
article,
|
||||||
@@ -3860,6 +3867,13 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|||||||
border-color: #428bca;
|
border-color: #428bca;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav .open > a .caret,
|
||||||
|
.nav .open > a:hover .caret,
|
||||||
|
.nav .open > a:focus .caret {
|
||||||
|
border-top-color: #2a6496;
|
||||||
|
border-bottom-color: #2a6496;
|
||||||
|
}
|
||||||
|
|
||||||
.nav .nav-divider {
|
.nav .nav-divider {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: 9px 0;
|
margin: 9px 0;
|
||||||
@@ -3967,6 +3981,13 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|||||||
background-color: #428bca;
|
background-color: #428bca;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-pills > li.active > a .caret,
|
||||||
|
.nav-pills > li.active > a:hover .caret,
|
||||||
|
.nav-pills > li.active > a:focus .caret {
|
||||||
|
border-top-color: #ffffff;
|
||||||
|
border-bottom-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-stacked > li {
|
.nav-stacked > li {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+8
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user