You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by vi...@apache.org on 2008/06/17 22:30:26 UTC

svn commit: r668818 - in /stdcxx/branches/4.3.x/doc: stdlibref/frames-banner.html stdlibref/index.html stdlibug/frames-banner.html stdlibug/index.html

Author: vitek
Date: Tue Jun 17 13:30:25 2008
New Revision: 668818

URL: http://svn.apache.org/viewvc?rev=668818&view=rev
Log:
2008-06-17  Travis Vitek  <vi...@roguewave.com>

	Merge rev 668772 from trunk

	2008-06-17  Travis Vitek  <vi...@roguewave.com>

	* docs/stdlibref/frames-banner.html: Replace background image
	with a regular image in a table cell to avoid ugliness when
	scaling page.
	* docs/stdlibug/frames-banner.html: Ditto.
	* docs/stdlibref/index.html: Increase height of top frame to
	accomodate moving image into table.
	* docs/stdlibug/index.html: Ditto.


Modified:
    stdcxx/branches/4.3.x/doc/stdlibref/frames-banner.html
    stdcxx/branches/4.3.x/doc/stdlibref/index.html
    stdcxx/branches/4.3.x/doc/stdlibug/frames-banner.html
    stdcxx/branches/4.3.x/doc/stdlibug/index.html

Modified: stdcxx/branches/4.3.x/doc/stdlibref/frames-banner.html
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/doc/stdlibref/frames-banner.html?rev=668818&r1=668817&r2=668818&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/doc/stdlibref/frames-banner.html (original)
+++ stdcxx/branches/4.3.x/doc/stdlibref/frames-banner.html Tue Jun 17 13:30:25 2008
@@ -27,19 +27,16 @@
               title="Apache stdcxx Stylesheet"/>
         <base target="toc"/>
 
-        <style type="text/css">
-            body {
-                background: url("http://apache.org/images/asf_logo.gif");
-                background-repeat: no-repeat
-            }
-        </style>
     </head>
     <body>
         <table border=0 cellpadding=4 cellspacing=0 width=100%>
             <tr>
-                <td align=center>
+                <td>
+                    <img src="http://apache.org/images/asf_logo.gif">
+                </td>
+                <td align="center" valign="center">
                     <h2>
-                        <a href="http://incubator.apache.org/stdcxx"
+                        <a href="http://stdcxx.apache.org"
                            target="_top">
                         Apache C++ Standard Library</a> Reference Guide
                     </h2>
@@ -61,6 +58,7 @@
                         <a href="frames-classes-func.html">Functional Groups</a>
                     </h5>
                 </td>
+                <td width="30%">&nbsp;</td>
            </tr>
         </table>
 

Modified: stdcxx/branches/4.3.x/doc/stdlibref/index.html
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/doc/stdlibref/index.html?rev=668818&r1=668817&r2=668818&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/doc/stdlibref/index.html (original)
+++ stdcxx/branches/4.3.x/doc/stdlibref/index.html Tue Jun 17 13:30:25 2008
@@ -27,7 +27,7 @@
               title="Apache stdcxx Stylesheet">
     </head>
 
-    <frameset rows="110,*">
+    <frameset rows="140,*">
         <frame border=1 name="top" src="frames-banner.html">
         <frame border=1 name="display" src="frames-displayarea.html">
     </frameset>

Modified: stdcxx/branches/4.3.x/doc/stdlibug/frames-banner.html
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/doc/stdlibug/frames-banner.html?rev=668818&r1=668817&r2=668818&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/doc/stdlibug/frames-banner.html (original)
+++ stdcxx/branches/4.3.x/doc/stdlibug/frames-banner.html Tue Jun 17 13:30:25 2008
@@ -27,19 +27,17 @@
               title="Apache stdcxx Stylesheet"/>
         <base target="toc"/>
 
-        <style type="text/css">
-            body {
-                background: url("http://apache.org/images/asf_logo.gif");
-                background-repeat: no-repeat
-            }
-        </style>
     </head>
     <body>
         <table border=0 cellpadding=4 cellspacing=0 width=100%>
             <tr>
+                <td>
+                    <img src="http://apache.org/images/asf_logo.gif">
+                </td>
                 <td align=center>
+                <td align="center" valign="center">
                     <h2>
-                        <a href="http://incubator.apache.org/stdcxx"
+                        <a href="http://stdcxx.apache.org"
                            target="_top">
                             Apache C++ Standard Library</a> User's Guide
                     </h2>
@@ -64,6 +62,7 @@
                         </a>
                     </h5>
                 </td>
+                <td width="30%">&nbsp;</td>
             </tr>
          </table>
 

Modified: stdcxx/branches/4.3.x/doc/stdlibug/index.html
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/doc/stdlibug/index.html?rev=668818&r1=668817&r2=668818&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/doc/stdlibug/index.html (original)
+++ stdcxx/branches/4.3.x/doc/stdlibug/index.html Tue Jun 17 13:30:25 2008
@@ -27,7 +27,7 @@
               title="Apache stdcxx Stylesheet">
     </head>
 
-    <frameset rows="110,*">
+    <frameset rows="140,*">
         <frame border=1 name="top" src="frames-banner.html">
         <frame border=1 name="display" src="frames-displayarea.html">
     </frameset>