去掉首页底部留白和不对齐
This commit is contained in:
parent
aaab6f67fb
commit
9628852d8f
|
@ -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">
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</script>
|
||||
</head>
|
||||
|
||||
<body style=" height:1500px;">
|
||||
<body>
|
||||
<div id="update_info"></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue