improved structure of the documentation section "See also"

pull/13/head
Volker Grabsch 15 years ago
parent ea8a21e12e
commit 9a7ba34645

@ -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>
&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

Loading…
Cancel
Save