[Pkg-javascript-commits] [jquery-minicolors] 02/16: Updated to Bootstrap 3.1.0 and added input-group demo

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 15:38:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository jquery-minicolors.

commit b4b793fa32bea6d85761e3a00044b1857af07fc8
Author: Cory LaViska <cory at abeautifulsite.net>
Date:   Tue Nov 25 12:17:33 2014 -0500

    Updated to Bootstrap 3.1.0 and added input-group demo
---
 index.html | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 80c64ce..e80e17b 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
 
     <!-- Bootstrap 3 -->
-    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
+    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
     <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
 
     <!-- MiniColors -->
@@ -258,6 +258,22 @@
                         </div>
                     </div>
                 </div>
+                <div class="row">
+                    <div class="col-lg-4 col-sm-4 col-12">
+                        <div class="form-group">
+                            <label for="input-group">Input Groups</label>
+                            <div class="input-group">
+                                <input type="text" id="input-group" class="form-control demo" value="#ff0000"/>
+                                <span class="input-group-btn">
+                                    <button class="btn btn-default" type="button">Button</button>
+                                </span>
+                            </div>
+                            <span class="help-block">
+                                Example using Bootstrap's input groups.
+                            </span>
+                        </div>
+                    </div>
+                </div>
             </div>
 
             <!-- API -->

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git



More information about the Pkg-javascript-commits mailing list