Skip to content

Commit

Permalink
Updated for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvaray committed Jun 20, 2013
1 parent 16ffdcf commit 89a5df3
Show file tree
Hide file tree
Showing 20 changed files with 38,429 additions and 0 deletions.
1,345 changes: 1,345 additions & 0 deletions assets/css/bootstrap-responsive.css

Large diffs are not rendered by default.

1,245 changes: 1,245 additions & 0 deletions assets/css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

6,178 changes: 6,178 additions & 0 deletions assets/css/bootstrap.css

Large diffs are not rendered by default.

5,469 changes: 5,469 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added assets/img/cd_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/glyphicons-halflings-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/glyphicons-halflings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/js/ba.js
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,8 @@
$('body').delegate('.menu li a', 'click', function () {
var $thisLi = $(this).parents('li:first');
var $ul = $thisLi.parents('ul:first');
if (!$thisLi.hasClass('active')) {
$ul.find('li.active').removeClass('active');
$thisLi.addClass('active');
}
});
Loading

0 comments on commit 89a5df3

Please sign in to comment.