diff --git a/static/style.css b/static/style.css index 04b97a3..10b8712 100644 --- a/static/style.css +++ b/static/style.css @@ -34,19 +34,11 @@ div#container { div#footer { position: fixed; width: 100%; - height: 50px; bottom: 0; - font-size: 12px; + font-size: 0.85em; text-align: center; line-height: 1.5; - - background: #EEEEEE; - background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#CCCCCC)); /* Chrome, Safari 4+ */ - background: -webkit-linear-gradient(top, #F7F7F7, #CCCCCC); /* Chrome 10+, Safari 5+ */ - background: -moz-linear-gradient(top, #F7F7F7, #CCCCCC); /* Firefox 3.6+ */ - background: -ms-linear-gradient(top, #F7F7F7, #CCCCCC); /* IE 10+ (lol) */ - background: -o-linear-gradient(top, #F7F7F7, #CCCCCC); /* Opera 11.10+ */ - background: linear-gradient(top, #F7F7F7, #CCCCCC); + background: #DDDDDD; } div#foot-divider {