I think the cleanup of the game documentation is done.

- Added navigation bar to all game docs. See game/nav.txt
- Put the GNU GPL into a file, game/Licensing.html

git-svn-id: http://openexile.googlecode.com/svn/trunk@123 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
Sylae Corell
2009-09-04 22:30:46 +00:00
parent 3c9f1e198e
commit 5d0ee55d78
19 changed files with 991 additions and 38 deletions

View File

@@ -1,5 +1,6 @@
body {
background-image: url("../img/background.gif");
}
p.p1 {
@@ -42,4 +43,16 @@ span.key { /* Just to make things easier to read */
.figure {
float:right;
border:1px dashed #444444;
}
.navbar {
position: relative;
left: 1em;
width: 9em;
top: 1em
}
.content {
position:absolute;
left: 12em;
right: 2em;
top: 1em
}