diff options
| author | Kawandeep Virdee | 2013-11-10 14:02:23 -0500 |
|---|---|---|
| committer | Kawandeep Virdee | 2013-11-10 14:02:23 -0500 |
| commit | bb49aef155ae569443d9aee96442c2e31865b976 (patch) | |
| tree | c6aedd4268640451c7fa7e805f1f6bac83107e31 | |
| parent | bbfb69c95db5bda39196582450d1053424e229da (diff) | |
| parent | 684db52158cb9192049deee551009c4fa8feb919 (diff) | |
| download | clip-play-master.tar.bz2 | |
| -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%; } |
