You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/12/16 11:30:48 UTC

svn commit: r1049887 - /click/trunk/click/documentation/index.html

Author: sabob
Date: Thu Dec 16 10:30:48 2010
New Revision: 1049887

URL: http://svn.apache.org/viewvc?rev=1049887&view=rev
Log:
use frame scrolling auto so that scrollbars only appear when necessary

Modified:
    click/trunk/click/documentation/index.html

Modified: click/trunk/click/documentation/index.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/index.html?rev=1049887&r1=1049886&r2=1049887&view=diff
==============================================================================
--- click/trunk/click/documentation/index.html (original)
+++ click/trunk/click/documentation/index.html Thu Dec 16 10:30:48 2010
@@ -28,8 +28,8 @@
 <frameset rows="52,*" border="0">
   <frame src="header.html" scrolling="no">
   <frameset cols="210, *">
-    <frame src="toc.html" scrolling="no">
-    <frame src="docs/click.html" name="topic" scrolling="yes">
+    <frame src="toc.html" scrolling="auto">
+    <frame src="docs/click.html" name="topic" scrolling="auto">
   </frameset>
 </frameset>
 </html>
\ No newline at end of file