forked from jacknudt/trustieforge
修改了“footer",,每天新闻增加了下划线
This commit is contained in:
parent
69e3dcee6c
commit
d01b61ba5a
|
@ -1,7 +1,7 @@
|
|||
<!--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 class="footer_color"><div align="center">
|
||||
Powered by <%= "Trustie Team "%> © 2013
|
||||
<div class="base_footer"><div align="center">
|
||||
<%= "Trustie Team "%> © 2013
|
||||
</div></div>
|
||||
</div>
|
|
@ -28,6 +28,7 @@
|
|||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="line_under"></div>
|
||||
<% 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;
|
||||
}
|
||||
|
||||
.base_footer{
|
||||
color:#acaeb1;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
ul.list_watch{list-style-type:none;
|
||||
height:auto;
|
||||
border-bottom: 1px dashed rgb(204, 204, 204);
|
||||
|
|
|
@ -1307,7 +1307,7 @@ p.member_since {
|
|||
img.avatar {
|
||||
background: rgb(245, 245, 245);
|
||||
padding: 4px;
|
||||
border: 1px solid #e5dfc7;
|
||||
border: 1px solid #15bccf;
|
||||
float: left;
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue