Gameplay footage page added. Screenshot nav tabs added.

This commit is contained in:
Matthew Bowra-Dean
2010-05-03 18:11:04 +12:00
committed by Chris Forbes
parent 4ddc63f6bf
commit 1a0e5329ff
5 changed files with 201 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ a:visited { color: White }
div#main
{
width: 1024px;
height:768px;
/*height:768px;*/
background-image: url("background.png");
background-repeat: no-repeat;
margin: 0 auto;
@@ -149,3 +149,20 @@ div.rounded
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
#nav li
{
list-style-type: none;
display: block;
height: 15px;
width: 20px;
background-color: white;
margin-right: 10px;
float: left;
cursor: pointer;
}
#nav li.activeSlide
{
background-color: #650b03;
}