diff options
| author | Teddy Wing | 2013-11-10 13:24:42 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 13:24:42 -0500 |
| commit | 684db52158cb9192049deee551009c4fa8feb919 (patch) | |
| tree | 99d34ec972add04f38fe69a861c4814a80881088 | |
| parent | 10d16f0e81951930bbc5f4613d9c65fa7660b935 (diff) | |
| parent | b4b46454d6ed2cb49f54fe65e059c3e4cc4eee76 (diff) | |
| download | clip-play-684db52158cb9192049deee551009c4fa8feb919.tar.bz2 | |
Merge branch 'fix-footer-positioning'
| -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%; } |
