デザイン変更のためAutoPagerizeで延々と伸び続けるようになったtwitterのサイドバーをどうにかするuserstyle

twitterのデザインが変更になったが、サイドバーの余白が非常に気になって発狂しそうになったので以前に近い雰囲気にしてみた。適当だけどこれでいいや。

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://twitter.com/) {
	td#side_base{
		background-color : transparent !important;
	}
	div#side{
		-moz-border-radius-bottomright : 5px !important;
		-moz-border-radius-topright : 5px !important;
		background-color : #E0FF92 !important;
	}
	div#footer{
		width : 564px !important;
	}
	div#footer li{
		padding : 0 1px !important;
	}
}