Skip to content

Commit

Permalink
removed cursor pointer in browse panel
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolazzara committed Sep 30, 2013
1 parent 188f4c6 commit 2a1089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/database/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</div>
</div>
<div class="row-fluid">
<table class="table table-striped table-bordered table-hover table-condensed pointer" ng-show="headers">
<table class="table table-striped table-bordered table-hover table-condensed" ng-show="headers">
<thead>
<tr>
<th ng-repeat="header in headers">{{header}}</th>
Expand Down

0 comments on commit 2a1089c

Please sign in to comment.