]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Firewall: fixed padding-right of lastrule table in ruleoverview
authorAlexander Marx <alexander.marx@ipfire.org>
Mon, 24 Feb 2014 15:20:21 +0000 (16:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 24 Feb 2014 18:38:43 +0000 (19:38 +0100)
html/cgi-bin/firewall.cgi

index 32aa93c1abdae4f452a79bc8cc88333f9d502b75..9f6c2d9db2978964a6e18f0436af1a6b08a9098e 100644 (file)
@@ -2716,7 +2716,7 @@ END
                                <td colspan='13'>&nbsp;</td>
                        </tr>
                        <tr>
                                <td colspan='13'>&nbsp;</td>
                        </tr>
                        <tr>
-                               <td colspan='13' style="padding-left:0px;">
+                               <td colspan='13' style="padding-left:0px;padding-right:0px">
                                        <table width="100%" border='1' rules="cols" cellspacing='0'>
 END
 
                                        <table width="100%" border='1' rules="cols" cellspacing='0'>
 END