Limit the page width of the manual.
This makes it more readable on very wide screens.
This commit is contained in:
parent
2f85d33006
commit
70921b9103
|
@ -6,7 +6,7 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
a {color: #499FFF; text-decoration: none; font-family: helvetica;}
|
a {color: #499FFF; text-decoration: none; font-family: helvetica;}
|
||||||
a:hover {color: #499FFF; text-decoration: underline}
|
a:hover {color: #499FFF; text-decoration: underline}
|
||||||
body {color: white; background: black; font: 10pt helvetica;}
|
body {color: white; background: black; font: 10pt helvetica; max-width: 72em; margin-left: auto; margin-right: auto;}
|
||||||
table {color: white; font: 10pt helvetica;}
|
table {color: white; font: 10pt helvetica;}
|
||||||
td {color: white;}
|
td {color: white;}
|
||||||
h1 {color: white; font: 12pt helvetica; font-weight: bold;}
|
h1 {color: white; font: 12pt helvetica; font-weight: bold;}
|
||||||
|
@ -133,8 +133,8 @@ make install
|
||||||
<li> Quit
|
<li> Quit
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><i>* will only be shown if there are saved games
|
<p><i>* Will only be shown if there are saved games
|
||||||
available</i></p>
|
available.</i></p>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Start New Game</dt>
|
<dt>Start New Game</dt>
|
||||||
|
@ -363,7 +363,7 @@ make install
|
||||||
bar and releasing it. A meter at the bottom of the screen shows
|
bar and releasing it. A meter at the bottom of the screen shows
|
||||||
how much charge has been built up. The Laser Cannon works by
|
how much charge has been built up. The Laser Cannon works by
|
||||||
the player holding down the Space bar to fire a stream of laser
|
the player holding down the Space bar to fire a stream of laser
|
||||||
fire. It is prone to over heating and must be allowed to cool
|
fire. It is prone to overheating and must be allowed to cool
|
||||||
after usage.
|
after usage.
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
@ -455,7 +455,7 @@ make install
|
||||||
others<br></p>
|
others<br></p>
|
||||||
|
|
||||||
<p>Created using the <a href="http://www.libsdl.org">SDL
|
<p>Created using the <a href="http://www.libsdl.org">SDL
|
||||||
library</a></p>
|
library</a>.</p>
|
||||||
|
|
||||||
<p align="right"><a href="http://sourceforge.net/projects/pr-starfighter/">http://sourceforge.net/projects/pr-starfighter/</a></p>
|
<p align="right"><a href="http://sourceforge.net/projects/pr-starfighter/">http://sourceforge.net/projects/pr-starfighter/</a></p>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue