fix improper use of bootstrap table class

This commit is contained in:
Oliver Gorwits
2013-05-11 16:51:28 +01:00
parent cd5b83f71e
commit dd6947f38d
16 changed files with 40 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
<div class="row">
<div class="span6">
<h3 class="nd_inventory-table-head">By Platform</h3>
<table class="table table-condensed">
<table class="table table-condensed table-hover">
<thead>
<tr>
<th>Vendor</th>
@@ -33,7 +33,7 @@
</div>
<div class="span6">
<h3 class="nd_inventory-table-head">By Software Release</h3>
<table class="table table-condensed">
<table class="table table-condensed table-hover">
<thead>
<tr>
<th>OS</th>