Skip to content
This repository was archived by the owner on Aug 22, 2019. It is now read-only.

Commit 4ee53eb

Browse files
committed
upgraded bootstrap to 2.3.2 (fixes #15)
1 parent 599f4cb commit 4ee53eb

File tree

6 files changed

+6166
-5817
lines changed

6 files changed

+6166
-5817
lines changed

bootstrap/css/bootstrap-responsive.css

+24-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Responsive v2.2.2
2+
* Bootstrap Responsive v2.3.2
33
*
44
* Copyright 2012 Twitter, Inc
55
* Licensed under the Apache License v2.0
@@ -8,10 +8,6 @@
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
99
*/
1010

11-
@-ms-viewport {
12-
width: device-width;
13-
}
14-
1511
.clearfix {
1612
*zoom: 1;
1713
}
@@ -44,6 +40,10 @@
4440
box-sizing: border-box;
4541
}
4642

43+
@-ms-viewport {
44+
width: device-width;
45+
}
46+
4747
.hidden {
4848
display: none;
4949
visibility: hidden;
@@ -95,6 +95,19 @@
9595
}
9696
}
9797

98+
.visible-print {
99+
display: none !important;
100+
}
101+
102+
@media print {
103+
.visible-print {
104+
display: inherit !important;
105+
}
106+
.hidden-print {
107+
display: none !important;
108+
}
109+
}
110+
98111
@media (min-width: 1200px) {
99112
.row {
100113
margin-left: -30px;
@@ -1003,15 +1016,19 @@
10031016
margin-bottom: 2px;
10041017
}
10051018
.nav-collapse .nav > li > a:hover,
1006-
.nav-collapse .dropdown-menu a:hover {
1019+
.nav-collapse .nav > li > a:focus,
1020+
.nav-collapse .dropdown-menu a:hover,
1021+
.nav-collapse .dropdown-menu a:focus {
10071022
background-color: #f2f2f2;
10081023
}
10091024
.navbar-inverse .nav-collapse .nav > li > a,
10101025
.navbar-inverse .nav-collapse .dropdown-menu a {
10111026
color: #999999;
10121027
}
10131028
.navbar-inverse .nav-collapse .nav > li > a:hover,
1014-
.navbar-inverse .nav-collapse .dropdown-menu a:hover {
1029+
.navbar-inverse .nav-collapse .nav > li > a:focus,
1030+
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
1031+
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
10151032
background-color: #111111;
10161033
}
10171034
.nav-collapse.in .btn-group {

bootstrap/css/bootstrap-responsive.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)