summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 07:27:18 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 07:27:18 +0000
commit57d297ce7b61a1e0afad538296d0a8dda446c980 (patch)
tree6fc6202c041678b213b03c645d3a9aa00a9a121c
parent94c7cf2b506732a07accb155aa874492832609f5 (diff)
downloadacf-postfix-57d297ce7b61a1e0afad538296d0a8dda446c980.tar.bz2
acf-postfix-57d297ce7b61a1e0afad538296d0a8dda446c980.tar.xz
Minor cleanup of styling in listfiles html view
-rw-r--r--postfix-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix-listfiles-html.lsp b/postfix-listfiles-html.lsp
index a312e09..2a5a0c4 100644
--- a/postfix-listfiles-html.lsp
+++ b/postfix-listfiles-html.lsp
@@ -63,7 +63,7 @@ end %>
<% end %>
</td>
<td><%= html.html_escape(file.filename) %></td>
- <td><span style="display:none"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td>
+ <td><span class="hide"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td>
<td><%= html.html_escape(file.mtime) %></td>
</tr>
<% end %>