2008-06-17  Travis Vitek  <vitek@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.

git-svn-id: https://svn.apache.org/repos/asf/stdcxx/trunk@668772 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/stdlibref/frames-banner.html b/doc/stdlibref/frames-banner.html
index 9188021..4f65cb1 100644
--- a/doc/stdlibref/frames-banner.html
+++ b/doc/stdlibref/frames-banner.html
@@ -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>
 
diff --git a/doc/stdlibref/index.html b/doc/stdlibref/index.html
index 12e05b8..7b79e43 100644
--- a/doc/stdlibref/index.html
+++ b/doc/stdlibref/index.html
@@ -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>
diff --git a/doc/stdlibug/frames-banner.html b/doc/stdlibug/frames-banner.html
index ac593f8..48de132 100644
--- a/doc/stdlibug/frames-banner.html
+++ b/doc/stdlibug/frames-banner.html
@@ -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>
 
diff --git a/doc/stdlibug/index.html b/doc/stdlibug/index.html
index 81da6e9..82fc0aa 100644
--- a/doc/stdlibug/index.html
+++ b/doc/stdlibug/index.html
@@ -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>