* cleaned up res/ folder

* serving static/ content from res/ with 20 years expiration date
* linen texture
This commit is contained in:
Vincent Ambo 2012-03-22 14:34:04 +01:00
parent f6f066a93e
commit 6a8ffaf25a
9 changed files with 11 additions and 8 deletions

View file

@ -14,10 +14,8 @@ html, body{
}
body {
padding-top: 10px;
font-family: 'PT Sans', sans-serif;
min-height: 850px;
background-color: #4A525A;
color: #EEE;
}
@ -37,12 +35,13 @@ input, textarea, select {
/* site sections */
.header {
background: url(/static/ios-linen.jpg);
z-index: 4;
padding-left: 20px;
padding-bottom: 70px;
padding-top: 30px;
position: relative;
box-shadow: 0 6px 5px 1px #848F9A;
box-shadow: 0 6px 5px 1px #343537;
}
.link {
@ -60,12 +59,13 @@ input, textarea, select {
}
.footer {
background: url(/static/ios-linen.jpg);
z-index: 4;
position: relative;
background-color: #4A525A;
margin-top: 30px;
padding-top: 20px;
box-shadow: 0 -6px 5px 1px #848F9A;
box-shadow: 0 -6px 5px 1px #343537;
color: #EEE;
}