这是一个创建于 5164 天前的主题,其中的信息可能已经有所发展或是发生改变。
style.css <L:164>
#Wrapper {
background-color: #e2e2e2;
border-top: 1px solid #777;
background-image: url("http://v2ex.com/static/img/bg.png");
}
stype.css <L:381>
.super.button { background-image: url("http://v2ex.com/static/img/bg_blended.png");
member_home.html <L:45>
<span style="line-height: 16px;"><img src="http://v2ex.com/static/img/twitter.png" align="absmiddle" /> <a href="http://twitter.com/{{ one.twitter }}">@{{ one.twitter }}</a></span>
member_home.html <L:49>
<span style="line-height: 16px;"><img src="http://v2ex.com/static/img/mobileme.png" align="absmiddle" /> <a href="{{ one.website|escape }}" target="_blank" rel="nofollow external">{{ one.website|escape }}</a></span>
还有在bottom中的几个img,因为是universal的,所以无所谓了。
2 条回复 • 1970-01-01 08:00:00 +08:00
|
|
1
rveo 2010-09-13 15:54:37 +08:00
嗯,理应使用本地的路径。
|
|
|
2
valdanito 2010-09-13 16:47:30 +08:00
另外还有 内联的style
|