修改了“footer",,每天新闻增加了下划线

This commit is contained in:
huangjingquan 2013-08-12 15:52:17 +08:00
parent 69e3dcee6c
commit d01b61ba5a
7 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<!--add by huang--> <!--add by huang-->
<div id="footer" style="margin-left:-5px;padding-top: 10px;clear: both;"> <div id="footer" style="margin-left:-5px;padding-top: 50px;clear: both;">
<div style="border-top:solid 1px #C6E9F1;width:940px;margin-left:auto;margin-right:auto;margin-bottom: 5px;margin-top: -10px;"></div> <div style="border-top:solid 1px #C6E9F1;width:940px;margin-left:auto;margin-right:auto;margin-bottom: 5px;margin-top: -10px;"></div>
<div class="footer_color"><div align="center"> <div class="base_footer"><div align="center">
Powered by <%= "Trustie Team "%> &copy; 2013 <%= "Trustie Team "%> &copy; 2013
</div></div> </div></div>
</div> </div>

View File

@ -28,6 +28,7 @@
</table></td> </table></td>
</tr> </tr>
</table> </table>
<div class="line_under"></div>
<% end %> <% end %>
<% end %> <% end %>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -21,6 +21,11 @@ h4 {border-bottom: 1px dotted #bbb;}
height: 200px; height: 200px;
} }
.base_footer{
color:#acaeb1;
font-size:12px;
}
ul.list_watch{list-style-type:none; ul.list_watch{list-style-type:none;
height:auto; height:auto;
border-bottom: 1px dashed rgb(204, 204, 204); border-bottom: 1px dashed rgb(204, 204, 204);

View File

@ -1307,7 +1307,7 @@ p.member_since {
img.avatar { img.avatar {
background: rgb(245, 245, 245); background: rgb(245, 245, 245);
padding: 4px; padding: 4px;
border: 1px solid #e5dfc7; border: 1px solid #15bccf;
float: left; float: left;
display: block; display: block;
} }