Bootstrap 2 table classes standardized with .table- required as a prefix

This commit is contained in:
Eric Miller
2012-02-29 22:41:02 -05:00
parent bdc4406d50
commit 6666905d8f
8 changed files with 8 additions and 8 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>