...by omitting cellspacing from the navigation bar as well as the
main pane.

This doesn't make much of a difference; in fact makes things a little
bit clearer even.

Committed.

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.145
diff -u -r1.145 style.mhtml
--- style.mhtml 26 Aug 2018 12:34:31 -0000      1.145
+++ style.mhtml 26 Aug 2018 12:57:57 -0000
@@ -77,7 +77,7 @@
 
 <if <var-exists navigation>
  <group
-  <table border="0" cellspacing="0" cellpadding="2">
+  <table border="0" cellspacing="0">
   <tr>
 
   <td valign="top" width="99%">                           <!-- main frame -->
@@ -91,7 +91,7 @@
   </td>                                            <!-- end of main frame -->
 
   <td valign="top">                                        <!-- nav frame -->
-  <table class="nav" border="0" cellpadding="2" width="10em">
+  <table class="nav" border="0" width="10em">
 
   <tr><td><table class="navitem">
   <tr><td>About GCC</td></tr>

Reply via email to