diff options
| author | Teddy Wing | 2013-04-27 16:41:00 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-27 16:41:00 -0400 |
| commit | ba2b5b1d1d98a9696b21b0cc6c5f58ce812b8413 (patch) | |
| tree | 2f04e48eda6bc67844a9ec11a84b7ef2e681fab8 /style.css | |
| parent | 0b0fb4466fb0b2ed2f2866ab5f7fbe6e0d87b2ad (diff) | |
| download | Who-am-I-ba2b5b1d1d98a9696b21b0cc6c5f58ce812b8413.tar.bz2 | |
Fix tab bar to bottom
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,4 +3,12 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb #character-select .caption { color: #000; +} + + +footer { + position: fixed; + bottom: 0; + width: 100%; + z-index: 1000; }
\ No newline at end of file |
