CSS ファイルには、次のルールがあります。
div.breadcrumbs span {
position: relative;
left: -120px;
height: 16px;
line-height: 16px;
margin: 0 20px;
overflow: hidden;
}
div.breadcrumbs img {
margin: 0 -20px;
padding: 5px 5px 0px 5px;
}
div.breadcrumbs a {
color: #88263F;
font-weight:bold;
}
とのルールは機能img
しますa
が、 は機能しませんspan
。
また、何かがうまくいかない
span {
display: none;
}
現時点では、これをデバッグする方法がわかりません。