ドグサレ初心者のへっぽこビッグウェーブ

地球の底辺にいるゴミがプログラミングとか音楽とかを語るクソブログ

2015-10-02から1日間の記事一覧

bootstrapのtableとgridの相性はよく分からないのでとりま放置で

テーブルの表示がイマイチいけてないのをどうにかしたい。 bootstrapのtable x gridsystemを使ってみる qiita.com もともとscaffoldで作成してたのでテーブル出力されてる表に、 bootstrapのgridシステムを適用させてみる。[ .html.erb ] <div class="table-responsive"> <table class="table table-striped table-bordered table-condensed newline"> <thead> <tr style="font-size: 80%"> </tr></thead></table></div>