First commit.

This still needs some work on the installer, which is not added yet.
This commit is contained in:
Raymond Jelierse
2012-02-25 20:55:15 +01:00
commit 0fd915729b
18 changed files with 1143 additions and 0 deletions

16
css/style.css Normal file
View File

@ -0,0 +1,16 @@
body {
padding-top: 40px;
}
#rotator {
background: #dddddd;
width: 960px;
height: 627px;
overflow: hidden;
cursor: pointer;
}
#rotator img {
display: block;
margin: 0;
}