summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-17 16:35:52 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-17 16:35:52 +0000
commita243ee4109a54456668945880296f9366fb7ccbc (patch)
tree65459f9817948db6917e16bf53ba1f8e3da7d7c7
parentbcb2eab691e9794c885e3f6e9ac634c823fb1a18 (diff)
downloadacf-shorewall-a243ee4109a54456668945880296f9366fb7ccbc.tar.bz2
acf-shorewall-a243ee4109a54456668945880296f9366fb7ccbc.tar.xz
Added new skin (to look for bugs in view-files). Changed table headers for some view-files.v0.2
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@729 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--shorewall-expert-html.lsp6
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>