From 9ebc6b4c9700610fbc83173c95f5464999f83bff Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Mar 2012 11:37:34 -0800 Subject: [PATCH] simplify buttons docs section by changing a buttons to button elements --- docs/assets/bootstrap.zip | Bin 55113 -> 55113 bytes docs/components.html | 94 +++++++++++------------ docs/templates/pages/components.mustache | 94 +++++++++++------------ 3 files changed, 94 insertions(+), 94 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 4148e5ee9c976a25e5095b10b3dbf91f8de60743..086c8db2934d37456bb357e2851d92532a0fbfbb 100644 GIT binary patch delta 450 zcmX@Pj``#|W}X0VW)?065SS4&kw=lue{HmX;M&OxuL^S^Nd%~}1;8aH_Hi%)70<8* ziv_IRc)N*{X=cpicrHh_K(MOK%ecO>1Jz8PD`W&#iRiM^_Tn*9+6bzbe z0CP*n>?lQ$(33qTFd@0UQ$#_gZMme+whk^av5$iZsCb4g zSZv+ujklXPfdZ4`xg4P)o0oBYWd{k(6*2+~tzEtOs?c;3kWikx8BEnG_sNDJlLBNW zM^|zpSq-saa(ksSSP-cDLS>}@NVj*FEljAdt6G3*SM+4=*(z-7(Hu89Xtn{^mi4PQ zcg&7b1gU$n#{{Zwv)tY(q9D_@T+(M+3-YWu2P_OG|GFYGS>duc(>jp2EJ#(vWp5R@aMc^texNgTt{E|bBLJ+v{+b=ke4yOD NYfcb3;mM}gMF1gOzy$yR diff --git a/docs/components.html b/docs/components.html index a3a389c98f..809f4d40e9 100644 --- a/docs/components.html +++ b/docs/components.html @@ -134,34 +134,34 @@

Here's how the HTML looks for a standard button group built with anchor tag buttons:

- Left - Middle - Right + + +
 <div class="btn-group">
-  <a class="btn" href="#">1</a>
-  <a class="btn" href="#">2</a>
-  <a class="btn" href="#">3</a>
+  <button class="btn">1</button>
+  <button class="btn">2</button>
+  <button class="btn">3</button>
 </div>
 

Toolbar example

Combine sets of <div class="btn-group"> into a <div class="btn-toolbar"> for more complex components.

- 1 - 2 - 3 - 4 + + + +
- 5 - 6 - 7 + + +
- 8 +
@@ -198,7 +198,7 @@
       

Use any button to trigger a dropdown menu by placing it within a .btn-group and providing the proper menu markup.

- Action +
- Action +
- Danger +
- Warning +
- Success +
- Info +
- Inverse +