diff mbox series

[wwwdocs] Simplify the formatting/coding of our main page a bit

Message ID alpine.LSU.2.21.1808261542310.3241@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Simplify the formatting/coding of our main page a bit | expand

Commit Message

Gerald Pfeifer Aug. 26, 2018, 1:45 p.m. UTC
...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
diff mbox series

Patch

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>