diff --git a/css/bwa.css b/css/bwa.css index 8236559a..703def3e 100644 --- a/css/bwa.css +++ b/css/bwa.css @@ -134,3 +134,5 @@ img.AngularJS-large { .modal-backdrop.fade.in { display: block; } + +.pagination a { cursor: pointer; } diff --git a/index.html b/index.html index 14a145a7..9c037b8a 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@ $script('//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js', function() { $script(['//ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js', - 'js/bootstrap.min.js', 'js/bwa.js'], function() { + 'js/bootstrap.min.js', 'js/ui-bootstrap-custom-0.8.0.min.js', 'js/bwa.js'], function() { $().dropdown(); angular.bootstrap(document, ['bwaApp']); }); @@ -133,7 +133,15 @@

{{project.name}}

{{tag}} - +