diff options
Diffstat (limited to 'www/static/style.css')
| -rwxr-xr-x | www/static/style.css | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/www/static/style.css b/www/static/style.css index d7be5a2..cb60394 100755 --- a/www/static/style.css +++ b/www/static/style.css @@ -38,7 +38,6 @@ a.logo{ background-size:66px 66px; background-color:#3083D6; background-position: center; - position: absolute; z-index: 99; } @@ -61,26 +60,17 @@ a.logo:hover{ Page-Wrap for sticky footer *************************************************************/ #page-wrap{ - margin-bottom: -25px; width: 100%; min-height: 100%; } -#page-wrap:after{ - content: ""; - display: block; - height: 25px; -} - /********************************************************** Content-Area **********************************************************/ #content-area{ - /*height: 100%;*/ width: 100%; - position: absolute; - margin-bottom: 0; - top: 80px; + padding-top: 80px; + padding-bottom: 25px; } @@ -90,9 +80,10 @@ a.logo:hover{ footer{ height: 25px; width: 100%; + position: relative; margin-top: -25px; + clear: both; background-color:#3083D6; - position:relative; } #copyright-text{ |
