This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: style.mhtml, searchbox.ihtml


Add a <HR> before each footer.

Installed.

Gerald

Index: searchbox.ihtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/searchbox.ihtml,v
retrieving revision 1.1
diff -c -3 -p -r1.1 searchbox.ihtml
*** searchbox.ihtml	2000/01/14 07:31:31	1.1
--- searchbox.ihtml	2000/02/01 02:35:32
*************** Search:
*** 41,44 ****
  <input type="text" size="30" name="words" value="">
  <input type="submit" value="Search">
  </form>
- <hr noshade size=2>
--- 41,43 ----
Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.3
diff -c -3 -p -r1.3 style.mhtml
*** style.mhtml	2000/01/26 19:59:36	1.3
--- style.mhtml	2000/02/01 02:35:32
***************
*** 24,29 ****
--- 24,30 ----
  
  %body
  
+ <HR>
  <ADDRESS>
  <A HREF="http://gcc.gnu.org/about.html">The GCC team</A>
  <BR>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]