diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-23 14:11:55 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-23 14:11:55 +0200 |
commit | 3cc65211ff25ab78e6ec4ff603ec998bfd2cac23 (patch) | |
tree | 3d923ccfdc79e47db0a9123fdf36b90d68f86664 | |
parent | ecb07f2c93bd33a02dff82d8229c2690940a5ea9 (diff) |
Style: Place footer behind content.
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ DIV.tags { } DIV#footer { + z-index: -1; position: fixed; bottom: 0; width: 100%; |