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 %} {% block template %}
{% jstemplate %} {% jstemplate %}
<table class="detaiInfoTable"> <table class="detailInfoTable">
<caption>[[name]]</caption> <caption>[[name]]</caption>
<tbody> <tbody>
<tr> <tr>

View File

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

View File

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