summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-20 04:23:10 +0000
committerColin Smith <colin@pfsense.org>2005-06-20 04:23:10 +0000
commitea395bfd2dea49719ea008a1c2e60780809ff736 (patch)
tree2387651bfb5b36658e6740bd6079befe7969a524 /usr/local/www
parent9345a13ce76419dfd060a8e488980e11d1162fdc (diff)
downloadpfsense-ea395bfd2dea49719ea008a1c2e60780809ff736.zip
pfsense-ea395bfd2dea49719ea008a1c2e60780809ff736.tar.gz
Make size column smaller.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index cc620dd..7a89822 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -86,7 +86,7 @@ $pkg_sizes = get_pkg_sizes();
<tr>
<td width="10%" class="listhdrr">Package Name</td>
<td width="25%" class="listhdrr">Category</td>
- <td width="20%" class="listhdrr">Size</td>
+ <td width="10%" class="listhdrr">Size</td>
<td width="5%" class="listhdrr">Status</td>
<td width="50%" class="listhdr">Description</td>
</tr>
OpenPOWER on IntegriCloud