Skip to content

Commit

Permalink
[2332] Update Bootstrap to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aron authored and amercader committed May 1, 2012
1 parent 34eac71 commit 3228ef7
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 639 deletions.
641 changes: 9 additions & 632 deletions ckan/public/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ckan/public/css/style.css
Expand Up @@ -238,6 +238,7 @@ tbody tr:nth-child(odd) td, tbody tr.odd td {
img.gravatar {
margin: 0 5px -5px 0;
border-radius: 3px;
vertical-align: baseline;
}

.inline-icon {
Expand Down
Binary file modified ckan/public/img/glyphicons-halflings-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ckan/public/img/glyphicons-halflings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions ckan/public/scripts/vendor/bootstrap/2.0.2/bootstrap.min.js

This file was deleted.

6 changes: 6 additions & 0 deletions ckan/public/scripts/vendor/bootstrap/2.0.3/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckan/templates/layout_base.html
Expand Up @@ -228,7 +228,7 @@ <h3 class="widget-title">Meta</h3>
<script type="text/javascript" src="${h.url_for_static('/scripts/vendor/jquery.chosen/0.9.7/chosen.js')}"></script>
<script type="text/javascript" src="${h.url_for_static('/scripts/vendor/jquery.placeholder/jquery.placeholder.js')}"></script>
<script type="text/javascript" src="${h.url_for_static('/scripts/vendor/jqueryui/1.8.14/jquery-ui.min.js')}"></script>
<script type="text/javascript" src="${h.url_for_static('/scripts/vendor/bootstrap/2.0.2/bootstrap.min.js')}"></script>
<script type="text/javascript" src="${h.url_for_static('/scripts/vendor/bootstrap/2.0.3/bootstrap.min.js')}"></script>

<!-- for application.js -->
<script type="text/javascript" src="${h.url_for_static('/scripts/vendor/underscore/1.1.6/underscore.js')}"></script>
Expand Down

0 comments on commit 3228ef7

Please sign in to comment.