去掉首页底部留白和不对齐

This commit is contained in:
guange 2015-04-23 09:47:49 +08:00
parent aaab6f67fb
commit 9628852d8f
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<!--add by huang-->
<div class="clearfix"></div>
<div id="footer" style="margin-left:-5px;padding-top: 20px;clear: both;font-size: 12px;">
<div id="footer" style="padding-top: 20px;clear: both;font-size: 12px;">
<div style="border-top:solid 1px #C6E9F1;"></div>
<div class="base_footer">
<div align="center">

View File

@ -89,7 +89,7 @@
</script>
</head>
<body style=" height:1500px;">
<body>
<div id="update_info"></div>
</body>
</html>
</html>

View File

@ -995,18 +995,24 @@ pre,code,.line-code
font-family:'Source Code Pro'
}
/*by young*/
#main,#footer,#top-menu,#header
#main,#top-menu,#header
{
width:940px;
margin:25px auto
}
#footer {
margin:25px auto
}
#main
{
width:940px;
height:auto;
margin:0px auto;
}
#main #content_{
margin-bottom: 10px;:w
}
#header
{
width:925px;