aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorTeddy Wing2013-04-27 16:41:00 -0400
committerTeddy Wing2013-04-27 16:41:00 -0400
commitba2b5b1d1d98a9696b21b0cc6c5f58ce812b8413 (patch)
tree2f04e48eda6bc67844a9ec11a84b7ef2e681fab8 /style.css
parent0b0fb4466fb0b2ed2f2866ab5f7fbe6e0d87b2ad (diff)
downloadWho-am-I-ba2b5b1d1d98a9696b21b0cc6c5f58ce812b8413.tar.bz2
Fix tab bar to bottom
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index fc2481a..d14665d 100644
--- a/style.css
+++ b/style.css
@@ -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