[Esbox-commits] r429 - www

marciom at garage.maemo.org marciom at garage.maemo.org
Fri Feb 22 16:08:32 EET 2008


Author: marciom
Date: 2008-02-22 16:08:23 +0200 (Fri, 22 Feb 2008)
New Revision: 429

Modified:
   www/index.html
   www/style.css
Log:
small fixes

Modified: www/index.html
===================================================================
--- www/index.html	2008-02-22 13:42:40 UTC (rev 428)
+++ www/index.html	2008-02-22 14:08:23 UTC (rev 429)
@@ -151,14 +151,22 @@
   <li> Eclipse SDK 3.3.1.1
     <ul>
 
-      <li>Select your specific Linux platform at <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.3.1.1-200710231652/linPlatform.php#EclipseSDK" target="_blank">this</a> Eclipse page, and download
-the compressed file.</li>
+      <li>Select your specific Linux platform at <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.3.1.1-200710231652/linPlatform.php#EclipseSDK" target="_blank">this</a> Eclipse page, and download the compressed file.</li>
 
-      <li>Extract the previously downloaded file to a directory.</li>
+      <li>Extract the previously downloaded file to your home directory (ex.:<i>/home/user</i>):
+       <pre>
+       cd /home/user
+       tar xvzf eclipse-SDK-3.3.1.1-linux-gtk.tar.gz
+       </pre>
+      </li>
 
       <li>Start Eclipse by running the Eclipse executable
 included with the release. The executable file is called <em>eclipse</em>,
-and is located in the eclipse sub-directory of the install.</li>
+and is located in the eclipse sub-directory of the install:
+       <pre>
+        /home/user/eclipse/eclipse
+       </pre>
+      </li>
 
       <li>For more detailed information about Eclipse SDK, see
 the <a href="http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.1.1.html" target="_blank">Eclipse 3.3.1.1 Readme</a>.</li>

Modified: www/style.css
===================================================================
--- www/style.css	2008-02-22 13:42:40 UTC (rev 428)
+++ www/style.css	2008-02-22 14:08:23 UTC (rev 429)
@@ -105,7 +105,7 @@
 #left h2 { color: #999; width: 100%; border-bottom: 1px solid #BBB; margin-bottom: 8px; line-height: 20px; background: inherit }
 #left ul { }
 ul#left ul { list-style-position: inside; margin-left: 2px }
-#left ul li { list-style-type: square; margin-left: 15px }
+#left ul li { list-style-type: square; margin-left: 15px; margin-bottom: 8px }
 #left ul ul li { list-style: none; margin-left: 10px; list-style-type: decimal ; list-style-position: inside }
 #left .citation { background: #FFF url(images/cit1.gif) no-repeat top left; font-style: italic; padding: 10px 0px 0 35px; font-size: 1.0em }
 #left .citation p {  background: #FFF url(images/cit2.gif) no-repeat bottom right; padding-bottom: 20px; padding-right: 35px; color: #555; }



More information about the Esbox-commits mailing list