Bootstrap 2 table classes standardized with .table- required as a prefix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<table class="bordered-table condensed-table zebra-striped">
|
<table class="table-bordered table-condensed table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Address</th>
|
<th>Address</th>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<table class="condensed-table zebra-striped">
|
<table class="table-condensed table-striped">
|
||||||
</tbody>
|
</tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>System Name</td>
|
<td>System Name</td>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<table class="bordered-table condensed-table zebra-striped">
|
<table class="table-bordered table-condensed table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<table class="bordered-table condensed-table zebra-striped">
|
<table class="table-bordered table-condensed table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Device</th>
|
<th>Device</th>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<table class="bordered-table condensed-table zebra-striped">
|
<table class="table-bordered table-condensed table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>MAC</th>
|
<th>MAC</th>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<table class="bordered-table condensed-table zebra-striped">
|
<table class="table-bordered table-condensed table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>MAC</th>
|
<th>MAC</th>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<table class="bordered-table condensed-table zebra-striped">
|
<table class="table-bordered table-condensed table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<table class="bordered-table condensed-table zebra-striped">
|
<table class="table-bordered table-condensed table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Vlan</th>
|
<th>Vlan</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user