修改了“footer",,每天新闻增加了下划线
This commit is contained in:
parent
69e3dcee6c
commit
d01b61ba5a
|
@ -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 "%> © 2013
|
<%= "Trustie Team "%> © 2013
|
||||||
</div></div>
|
</div></div>
|
||||||
</div>
|
</div>
|
|
@ -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 |
|
@ -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);
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue