Skip to content

mitsuruog/bootstrap-narrow

Repository files navigation

bootstrap-narrow

項目数が多い画面向けに、余白を必要最低限にとどめたbootstrapテーマです。

素の部分はbootstrapをそのまま使用しています。

Bootstrap対応バージョン

bootstrap-narrowでは以下のBootstrapバージョンに対応しています。

2.2.2

Demo

http://mitsuruog.github.com/bootstrap-narrow/

Download

CSSOにてminifyしたものも準備していますので、用途に応じて利用してください。

Development Version Full code

Production Version CSSO minify

使用方法

bootstrap-narrow.css(またはbootstrap-narrow.min.css)をダウンロードして次のようにマークアップしてください。

<head>
 
  <!-- 省略 -->
 
  <!-- styles (./cssがcssのrootフォルダの場合) -->
  <link href="./css/bootstrap.css" rel="stylesheet">
  <link href="./css/bootstrap-responsive.css" rel="stylesheet">
  <link href="./css/bootstrap-narrow.css" rel="stylesheet">
  
  <!-- 省略 -->
  
</head>

LICENSE & COPYRIGHT

Bootstrapと同様、Apache License v2.0 とします。

Releases

No releases published

Packages

No packages published