10/06/02 04:36:41 Un26gCqD0
>>890
見た感じだと
URLリンク(userstyles.org)
これと旧4列表示の
.content_672 {
font-size : 0 !important;
width : 640px !important;
padding-left : 32px !important;
}
を
.content_672 {
font-size : 0 !important;
width : 948px !important;
padding-left : 36px !important;
}
に、
.content_672 > *:not(div):not([class="thumb_uad"]):not(.thumb_vinfo):not(.pager) {
margin-left : -32px !important;
}
を
.content_672 > *:not(div):not([class="thumb_uad"]):not(.thumb_vinfo):not(.pager) {
margin-left : -36px !important;
}
にして一緒に動かしたみたいだね