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>
|
||||
<tr>
|
||||
<th>Device</th>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<table class="bordered-table condensed-table zebra-striped">
|
||||
<table class="table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>MAC</th>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<table class="bordered-table condensed-table zebra-striped">
|
||||
<table class="table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>MAC</th>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<table class="bordered-table condensed-table zebra-striped">
|
||||
<table class="table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Description</th>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<table class="bordered-table condensed-table zebra-striped">
|
||||
<table class="table-bordered table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Vlan</th>
|
||||
|
||||
Reference in New Issue
Block a user