diff --git a/css/main.css b/css/main.css index 586157771..d3e74daed 100644 --- a/css/main.css +++ b/css/main.css @@ -14,12 +14,13 @@ html, body {height: 100%;} #wrap {min-height: 100%;} #main {overflow:auto; - padding-bottom: 20px;} /* must be same height as the footer */ + padding-bottom: 30px;} /* must be same height as the footer */ #footer {position: relative; - margin-top: -20px; /* negative value of footer height */ - height: 20px; + margin-top: -30px; /* negative value of footer height */ + height: 30px; clear:both; + padding: 5px 2rem; } .logo { diff --git a/css/tpl-default.css b/css/tpl-default.css index 52db7e78a..f4dddaf31 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -157,3 +157,8 @@ button.secondary:hover { background-color: #FFDF00 !important;} .text-gray { color: #999;} +#footer { + background: #2C3E50; + color: #fff; +} + diff --git a/index.html b/index.html index 6c7f95a10..1d6a72641 100644 --- a/index.html +++ b/index.html @@ -14,22 +14,21 @@