This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您需要执行以下操作:
在
.banner
上设置新的height
我选择70px
给
.banner
一个background-size:100 %
从
.site_title
中删除vertical-align
并添加 < code>margin-top: -15px;CSS
You need to do the following:
set a new
height
on the.banner
I choose70px
give
.banner
abackground-size:100%
remove
vertical-align
from.site_title
and addmargin-top: -15px;
CSS
将其添加到 div.banner 类
background-size: 100%;
和 div.site_title
margin-top: -20px;
哦,然后安装 firebug下次自己做
add this to div.banner class
background-size: 100%;
and div.site_title
margin-top: -20px;
oh and install firebug and do it yourself next time
尝试右边界:0;
try border-right: 0;