Gameplay footage page added. Screenshot nav tabs added.
This commit is contained in:
committed by
Chris Forbes
parent
4ddc63f6bf
commit
1a0e5329ff
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user