@@ -338,9 +338,9 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
}
.footer{
width: 100%;
- height: 75px;
+ height: 52px;
background: #172238;
- padding-top: 25px;
+ padding-top: 8px;
position: absolute;
bottom: 0;
z-index: 1;
@@ -223,7 +223,7 @@ function bindTabClick(){
function adjustHeight() {
var ht = window.innerHeight || document.documentElement.clientHeight;
- $(".content,.content .infos").height(ht - 228 + "px");
+ $(".content,.content .infos").height(ht - 198 + "px");
/*$(".anchors").height(ht - 258 + "px");*/
function adjustWidth() {