WinIE5x対策で「w\idth」
Default
MovableType3.2のデフォルトCSS
.archive-header { /* ie win (5, 5.5, 6) bugfix */ p\osition: relative; width: 100%; w\idth: auto;margin: 0;
border-left: 5px solid #36414d;
padding: 5px;
color: #fff;
background: #a3b8cc;
font-size: 11px;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
}
ie5x
IE5対策してる部分を取ってみた。正直、よくわからん。レイアウトのタイプによっては「width:100%」がずれる場面があるんだろうか。
.archive-header
{
width: 100%
margin: 0;
border-left: 5px solid #36414d;
padding: 5px;
color: #fff;
background: #a3b8cc;
font-size: 11px;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
}