Some more performance improvements and caching

This commit is contained in:
Deon George
2012-12-06 14:50:06 +11:00
parent 74b3bfb408
commit 528a83a4fd
38 changed files with 303 additions and 103 deletions

View File

@@ -1,10 +1,11 @@
/** Login Style Sheet **/
table.login {
width: 5%;
margin-left: auto;
margin-right: auto;
background-color: #F9F9FA;
border: 1px solid #AAAACC;
background-color: #FBFBFB;
border: 1px solid #A0A0A0;
padding: 10px;
}