Move to stock v2.3.2 bootstrap files
This commit is contained in:
parent
c2a5638412
commit
78edb8e54b
4 changed files with 598 additions and 1268 deletions
31
src/bootstrap/css/bootstrap-responsive.css
vendored
31
src/bootstrap/css/bootstrap-responsive.css
vendored
|
@ -1,11 +1,11 @@
|
|||
/*!
|
||||
* Bootstrap Responsive v2.2.1
|
||||
* Bootstrap Responsive v2.3.2
|
||||
*
|
||||
* Copyright 2012 Twitter, Inc
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Designed and built with all the love in the world by @mdo and @fat.
|
||||
*/
|
||||
|
||||
.clearfix {
|
||||
|
@ -40,6 +40,10 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
|
@ -91,6 +95,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
.visible-print {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.visible-print {
|
||||
display: inherit !important;
|
||||
}
|
||||
.hidden-print {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.row {
|
||||
margin-left: -30px;
|
||||
|
@ -999,7 +1016,9 @@
|
|||
margin-bottom: 2px;
|
||||
}
|
||||
.nav-collapse .nav > li > a:hover,
|
||||
.nav-collapse .dropdown-menu a:hover {
|
||||
.nav-collapse .nav > li > a:focus,
|
||||
.nav-collapse .dropdown-menu a:hover,
|
||||
.nav-collapse .dropdown-menu a:focus {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
.navbar-inverse .nav-collapse .nav > li > a,
|
||||
|
@ -1007,7 +1026,9 @@
|
|||
color: #999999;
|
||||
}
|
||||
.navbar-inverse .nav-collapse .nav > li > a:hover,
|
||||
.navbar-inverse .nav-collapse .dropdown-menu a:hover {
|
||||
.navbar-inverse .nav-collapse .nav > li > a:focus,
|
||||
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
|
||||
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
|
||||
background-color: #111111;
|
||||
}
|
||||
.nav-collapse.in .btn-group {
|
||||
|
|
File diff suppressed because one or more lines are too long
1823
src/bootstrap/css/bootstrap.css
vendored
1823
src/bootstrap/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load diff
4
src/bootstrap/css/bootstrap.min.css
vendored
4
src/bootstrap/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue