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">
|
||||
a {color: #499FFF; text-decoration: none; font-family: helvetica;}
|
||||
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;}
|
||||
td {color: white;}
|
||||
h1 {color: white; font: 12pt helvetica; font-weight: bold;}
|
||||
|
@ -133,8 +133,8 @@ make install
|
|||
<li> Quit
|
||||
</ul>
|
||||
|
||||
<p><i>* will only be shown if there are saved games
|
||||
available</i></p>
|
||||
<p><i>* Will only be shown if there are saved games
|
||||
available.</i></p>
|
||||
|
||||
<dl>
|
||||
<dt>Start New Game</dt>
|
||||
|
@ -363,7 +363,7 @@ make install
|
|||
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
|
||||
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.
|
||||
</dd>
|
||||
</dl>
|
||||
|
@ -455,7 +455,7 @@ make install
|
|||
others<br></p>
|
||||
|
||||
<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>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue