修改了一个样式
This commit is contained in:
parent
bb0ebf06d8
commit
4729c68933
|
@ -75,8 +75,10 @@
|
||||||
<!-- <div class="user_fans"> -->
|
<!-- <div class="user_fans"> -->
|
||||||
<!-- added by william -for tag -->
|
<!-- added by william -for tag -->
|
||||||
<!-- <div class="user_tags"> -->
|
<!-- <div class="user_tags"> -->
|
||||||
<div id="tags" style="padding-left: 8px">
|
<div class="user_tags">
|
||||||
|
<div id="tags">
|
||||||
<%= render :partial => 'tags/tag', :locals => {:obj => @user,:object_flag => "1"}%>
|
<%= render :partial => 'tags/tag', :locals => {:obj => @user,:object_flag => "1"}%>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
|
|
|
@ -226,7 +226,7 @@ ul.tool li{list-style-type:none;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
.font_description{
|
.font_description{
|
||||||
font-size:13px;
|
font-size:14px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue