- 2012/05/1800:16
ちょっとStickamのサイトがなんかひどかったのでUserStyleで修正してました(ひどいといっても自分の感覚ですけどね)
#page-container {
overflow: visible !important;
width: 964px !important;
margin: 0 auto !important;
padding-bottom: 0px !important;
}
dl#liveMember dt {
width: auto !important;
}
#liveMemberData {
padding: 0px 10px !important;
}
li {
margin-top: 0em !important;
margin-bottom: 0em !important;
}
ul, ol {
margin: 0;
}
.nav {
margin-bottom: 0px !important;
}
p {
margin: 0px !important;
}
form {
margin: 0px !important;
}
#columnLeft, #columnCenter, #columnRight {
padding-bottom: 0px !important;
}
div.profAds {
display: none !important;
}
というわけでUserStyleです。
主な修正点は変なmarginの削除と幅が足りない場合のスクロールバーが表示されないのを表示するようにしただけ。
ちなみにこれ適応すると背景が左右とぎれます。しかたないね。
とりあえず公式でさっさと対応してくれるとありがたいんですけど、どうなんでしょうねStickamさんよ
ちなみにChromium系でしか表示テストしていませんのであしからず。



comment