summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 13:24:42 -0500
committerTeddy Wing2013-11-10 13:24:42 -0500
commit684db52158cb9192049deee551009c4fa8feb919 (patch)
tree99d34ec972add04f38fe69a861c4814a80881088 /assets
parent10d16f0e81951930bbc5f4613d9c65fa7660b935 (diff)
parentb4b46454d6ed2cb49f54fe65e059c3e4cc4eee76 (diff)
downloadclip-play-684db52158cb9192049deee551009c4fa8feb919.tar.bz2
Merge branch 'fix-footer-positioning'
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%;
}