diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-06-03 13:49:09 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-06-03 13:49:09 (GMT) |
commit | 9a7ba346457439caa21180c747d4869f9e6a9d70 (patch) | |
tree | 4688e7545b76636daac79d437c3a59f5cd275005 /doc/index.html | |
parent | ea8a21e12e15208d34f0b3acfa12bb03f3c213f8 (diff) | |
download | mxe-9a7ba346457439caa21180c747d4869f9e6a9d70.zip mxe-9a7ba346457439caa21180c747d4869f9e6a9d70.tar.gz mxe-9a7ba346457439caa21180c747d4869f9e6a9d70.tar.bz2 |
improved structure of the documentation section "See also"
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 49 |
1 files changed, 32 insertions, 17 deletions
diff --git a/doc/index.html b/doc/index.html index 0f342fc..204ebdf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -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 @@ If a cross compiler is detected then cross compile mode will be used.</pre> <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 @@ If a cross compiler is detected then cross compile mode will be used.</pre> 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> – 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> – an article which appeared on |