Revision: 228
http://openpcl.svn.sourceforge.net/openpcl/?rev=228&view=rev
Author: documentsystems
Date: 2009-01-28 18:40:09 +0000 (Wed, 28 Jan 2009)
Log Message:
-----------
Fixed jumpy page <developer tab> to <other tab> in firefox
Modified Paths:
--------------
openpcl/src/com/openpcl/install/website/index.html
Modified: openpcl/src/com/openpcl/install/website/index.html
===================================================================
--- openpcl/src/com/openpcl/install/website/index.html 2009-01-28 00:41:16 UTC (rev 227)
+++ openpcl/src/com/openpcl/install/website/index.html 2009-01-28 18:40:09 UTC (rev 228)
@@ -3,6 +3,7 @@
<head>
<title>OpenPCL Open Source PCL Viewer</title>
<style type="text/css">
+ html { overflow: -moz-scrollbars-vertical; overflow-x: auto; }
body, td { font-family:Tahoma,Arial; font-size:10pt; color:#808080; }
#mainDiv { margin-top:25px; margin-bottom:25px; }
/* #taglineDiv { position:relative; top:5px; text-align:right; } */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|