diff options
-rw-r--r-- | shorewall-expert-html.lsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shorewall-expert-html.lsp b/shorewall-expert-html.lsp index 5a27555..8b16c9a 100644 --- a/shorewall-expert-html.lsp +++ b/shorewall-expert-html.lsp @@ -42,9 +42,9 @@ informationform(myform,tags) <? local myform = form.config ?> <TABLE> <TR style="background:#eee;font-weight:bold;"> - <TD style="padding-right:20px;white-space:nowrap;">File</TD> - <TD style="padding-right:20px;white-space:nowrap;">Size</TD> - <TD style="white-space:nowrap;">Last Modified</TD> + <TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD> + <TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Size</TD> + <TD style="white-space:nowrap;text-align:left;" class="header">Last Modified</TD> </TR> |