diff options
| author | Jesse Hu <[email protected]> | 2013-08-06 02:34:36 -0400 |
|---|---|---|
| committer | Jesse Hu <[email protected]> | 2013-08-06 02:34:36 -0400 |
| commit | 97a5c3613cb6d4f6ccce5d71175ab19bad32a363 (patch) | |
| tree | d231476d10381f5feff731ee9456d8adf525c978 | |
| parent | 0a7b185224c15a7c84505625ae9d5484f78140e4 (diff) | |
| download | bootstrap-97a5c3613cb6d4f6ccce5d71175ab19bad32a363.tar.xz bootstrap-97a5c3613cb6d4f6ccce5d71175ab19bad32a363.zip | |
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"> |
