changeset 360:39bbfa41d808

improved structure of the documentation section "See also"
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 03 Jun 2009 15:49:09 +0200
parents e9fbffc4f48a
children ac2184b06162
files doc/index.html
diffstat 1 files changed, 32 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Wed Jun 03 15:01:05 2009 +0200
+++ b/doc/index.html	Wed Jun 03 15:49:09 2009 +0200
@@ -21,23 +21,8 @@
             font-size: 11pt;
             background-color: #eee;
         }
-        #navigation a {
-            text-decoration: none;
-            color: #00f;
-        }
-        #navigation a:visited {
-            text-decoration: none;
-            color: #009;
-        }
-        #navigation ul {
-            padding-left: 0em;
-            margin-left: 0em;
-            margin-top: 1.5em;
-            margin-bottom: 0em;
-            list-style-type: none;
-        }
-        #navigation li {
-            margin-bottom: 0.2em;
+        ul {
+            padding-left: 2em;
         }
         li, dt {
             margin-bottom: 0.8em;
@@ -63,6 +48,24 @@
             border: thin dotted #ccc;
             padding: 2pt;
         }
+        #navigation a {
+            text-decoration: none;
+            color: #00f;
+        }
+        #navigation a:visited {
+            text-decoration: none;
+            color: #009;
+        }
+        #navigation ul {
+            padding-left: 0em;
+            margin-left: 0em;
+            margin-top: 1.5em;
+            margin-bottom: 0em;
+            list-style-type: none;
+        }
+        #navigation li {
+            margin-bottom: 0.2em;
+        }
     @media screen, handheld {
         h1 {
             font-size: 12pt;
@@ -748,6 +751,8 @@
 <div class="section">
 <h2 id="see-also">See also</h2>
 
+    <h3>This project</h3>
+
     <ul>
     <li>
         <a href="http://www.profv.de/mingw_cross_env/">Project website</a>
@@ -757,10 +762,20 @@
         with a filled
         <a href="http://freshmeat.net/projects/mingw_cross_env/comments">comments section</a>
     </li>
+    </ul>
+
+    <h3>Related projects</h3>
+
+    <ul>
     <li>
         <a href="http://www.sandroid.org/imcross/">IMCROSS</a>
         &ndash; another project with a similar goal
     </li>
+    </ul>
+
+    <h3>Articles</h3>
+
+    <ul>
     <li>
         <a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a>
         &ndash; an article which appeared on