diff options
| author | Mark Otto <[email protected]> | 2013-08-15 16:23:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 16:23:40 -0700 |
| commit | 33f8c43eefb0f0c9fdcdc488ddb5ffd1fd93156c (patch) | |
| tree | 802d989d97c292fa0819126b6004df56350b5a5f | |
| parent | 6b5a19955989e9fa2649b2527663a0e709d8105e (diff) | |
| parent | 97a5c3613cb6d4f6ccce5d71175ab19bad32a363 (diff) | |
| download | bootstrap-33f8c43eefb0f0c9fdcdc488ddb5ffd1fd93156c.tar.xz bootstrap-33f8c43eefb0f0c9fdcdc488ddb5ffd1fd93156c.zip | |
Merge pull request #40 from huyouare/carousel-example
Added glyphicons to index.html
| -rw-r--r-- | carousel/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/carousel/index.html b/carousel/index.html index 042473ad8..efb4bcf3c 100644 --- a/carousel/index.html +++ b/carousel/index.html @@ -10,6 +10,7 @@ <!-- Bootstrap core CSS --> <link href="../bootstrap/css/bootstrap.css" rel="stylesheet"> + <link href="../bootstrap/css/bootstrap-glyphicons.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="carousel.css" rel="stylesheet"> |
