内容へ移動
fl8 Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
Dokuwiki.fl8.jp
»
14_web
»
01 bootstrap
トレース:
14_web:01_bootstrap
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== 01 bootstrap ====== marginが勝手に入ってしまうので、 [[http://treeapps.hatenablog.com/entry/2012/11/03/twitter_bootstrap%E3%82%92%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%9E%E3%82%A4%E3%82%BA%E3%81%97%E3%81%A6%E4%BD%BF%E3%81%86|twitter_bootstrapをカスタマイズして使う]] bootstrap-custom.css <code> .nonmargin[type="text"] { padding:0px; margin-bottom:0px; } </code> <code> <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-responsive.min.css"> ↓↓↓↓ これを追加 ↓↓↓↓ <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-custom.css" /> </code> 本文 <code> <input type="text" class="nonmargin" name="text" value="" autocomplete=off> </code>
14_web/01_bootstrap.txt
· 最終更新: 2013/06/26 08:07 by
matsui
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ