Merge "Fix typo in class name"

This commit is contained in:
Jenkins 2014-01-03 09:09:02 +00:00 committed by Gerrit Code Review
commit 5ef4af7dd1
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

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