Fix typo in class name

Change "detaiInfoTable" to "detailInfoTable".

Change-Id: Ib738ce1aab3f6d6b96ba1bf470a7168dfac7e591
Closes-Bug: #1265008
This commit is contained in:
Janet Yu 2014-01-02 14:55:00 -08:00
parent efc88d4078
commit 65b3a9b447
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
{% block template %}
{% jstemplate %}
<table class="detaiInfoTable">
<table class="detailInfoTable">
<caption>[[name]]</caption>
<tbody>
<tr>

View File

@ -5,7 +5,7 @@
{% block template %}
{% jstemplate %}
<table class="detaiInfoTable">
<table class="detailInfoTable">
<caption>Interfaces</caption>
<tbody>
[[#port]]

View File

@ -2135,7 +2135,7 @@ label.log-length {
}
}
}
table.detaiInfoTable {
table.detailInfoTable {
margin-bottom: 5px;
caption {
text-align: left;