summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorKawandeep Virdee2013-11-10 14:02:23 -0500
committerKawandeep Virdee2013-11-10 14:02:23 -0500
commitbb49aef155ae569443d9aee96442c2e31865b976 (patch)
treec6aedd4268640451c7fa7e805f1f6bac83107e31 /assets
parentbbfb69c95db5bda39196582450d1053424e229da (diff)
parent684db52158cb9192049deee551009c4fa8feb919 (diff)
downloadclip-play-bb49aef155ae569443d9aee96442c2e31865b976.tar.bz2
Merge branch 'master' of github.com:whichlight/clip-playHEADmaster
Diffstat (limited to 'assets')
-rw-r--r--assets/css/application.css8
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%;
}