Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要旨をウェブページに埋め込もうとしています。例として、以下の要点を取り上げます。
<script src="https://gist.github.com/Astr0surf3r/5208714.js"></script>
要旨の幅を設定する方法があるのだろうか。たとえば、要点をデフォルトの幅より狭くしたいと思います。
この要点が使用しているCSSクラスを変更することで、幅を制御できます。
.gist { width: 250px; }
例: http: //jsfiddle.net/aFwEd/