Fixed folder.jpg bug, added forced postprocessing

This commit is contained in:
Remy
2011-07-30 18:31:34 -07:00
parent 7a822dbc95
commit abaf445562
6 changed files with 135 additions and 18 deletions

View File

@@ -66,6 +66,29 @@ h1{
-moz-border-radius: 20px;
border-radius: 20px;
}
.tableleft{
padding: 3px;
background-color: #ffffff;
float: left;
width: 46%;
height: 200px;
margin-top: 25px;
margin-left: 25px;
margin-right: auto;
-moz-border-radius: 20px;
border-radius: 20px;
}
.tableright{
padding: 3px;
background-color: #ffffff;
width: 46%;
height: 200px;
margin-top: 25px;
margin-left: auto;
margin-right: 0px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.nav{
padding: 2px;
font-size:19px;