Skip to content

Commit

Permalink
Upgraded to bootstrap 2.3 and jQuery 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pokle committed Feb 8, 2013
1 parent 5d374d9 commit 4d89e92
Show file tree
Hide file tree
Showing 14 changed files with 483 additions and 235 deletions.
9 changes: 0 additions & 9 deletions static/lib/bootstrap/css/bootstrap-responsive.min.css

This file was deleted.

9 changes: 0 additions & 9 deletions static/lib/bootstrap/css/bootstrap.min.css

This file was deleted.

6 changes: 0 additions & 6 deletions static/lib/bootstrap/js/bootstrap.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions static/lib/jquery-1.8.3.min.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Responsive v2.2.2
* Bootstrap Responsive v2.3.0
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
Expand All @@ -8,10 +8,6 @@
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/

@-ms-viewport {
width: device-width;
}

.clearfix {
*zoom: 1;
}
Expand Down Expand Up @@ -44,6 +40,10 @@
box-sizing: border-box;
}

@-ms-viewport {
width: device-width;
}

.hidden {
display: none;
visibility: hidden;
Expand Down Expand Up @@ -95,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;
Expand Down Expand Up @@ -1003,15 +1016,19 @@
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,
.navbar-inverse .nav-collapse .dropdown-menu a {
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 {
Expand Down
9 changes: 9 additions & 0 deletions static/vendor/bootstrap/css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 4d89e92

Please sign in to comment.