Stylesheet
提供: sha.ngri.la
Youtube iframe のサイズを可変にする
image のサイズをウインドウの大きさに合わせる
img { max-width:100%; width:auto; //IE用 height:auto; }
preタグにスクロールバーをつける
pre { overflow-x: auto; }
pre { overflow: auto; }
img { max-width:100%; width:auto; //IE用 height:auto; }
pre { overflow-x: auto; }
pre { overflow: auto; }