Skip to content

Commit

Permalink
Add the minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-valencia committed Nov 19, 2013
1 parent b27d60a commit 407b8e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions bootstrap-iconpicker/css/bootstrap-iconpicker.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*!
* Bootstrap-iconpicker v1.0.0
*
* Copyright 2013 Victor Valencia Rico.
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @recktoner.
*/.iconpicker .caret{margin-left:10px !important}
.iconpicker{min-width:60px}
.table-icons .btn{min-height:30px;min-width:35px;text-align:center;padding:0}
1 change: 1 addition & 0 deletions bootstrap-iconpicker/js/bootstrap-iconpicker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="bootstrap-3.0.0/dist/css/docs.css">
<link rel="stylesheet" href="bootstrap-3.0.0/dist/css/pygments-manni.css">
<link rel="stylesheet" href="font-awesome-4.0.0/css/font-awesome.min.css">
<link rel="stylesheet" href="bootstrap-iconpicker/css/bootstrap-iconpicker.css">
<link rel="stylesheet" href="bootstrap-iconpicker/css/bootstrap-iconpicker.min.css">

</head>
<body>
Expand Down Expand Up @@ -235,7 +235,7 @@ <h4>Javascript</h4>

<script type="text/javascript" src="jquery/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="bootstrap-3.0.0/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="bootstrap-iconpicker/js/bootstrap-iconpicker.js"></script>
<script type="text/javascript" src="bootstrap-iconpicker/js/bootstrap-iconpicker.min.js"></script>

<script type="text/javascript">

Expand Down

0 comments on commit 407b8e0

Please sign in to comment.