diff options
Diffstat (limited to 'assets/css/application.css')
| -rw-r--r-- | assets/css/application.css | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/assets/css/application.css b/assets/css/application.css index 0aba747..41c0e0e 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -23,10 +23,14 @@ header {  footer { -	position: absolute; -	bottom: 1em; +	position: fixed; +	bottom: 0; +	z-index: 6;  	font-size: 13px;  	font-family: 'Lucida Grande', Helvetica, sans-serif; +	background: url('../images/background.png') repeat; +	padding: 1em 0; +	width: 100%;  } | 
