From 94f3b6c4c77292ae3f3aaafdc44e96e02d7be690 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 14 Aug 2017 00:47:42 -0400 Subject: [PATCH] Remove primary from variation examples --- docs/buttons.html | 4 +--- docs/progress-bars.html | 10 +--------- source/docs/buttons.md | 2 -- source/docs/progress-bars.md | 8 -------- 4 files changed, 2 insertions(+), 22 deletions(-) diff --git a/docs/buttons.html b/docs/buttons.html index 6dc00a03a..0e5b01f2d 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -99,8 +99,7 @@

Variations

Use the button-* modifier to create variations.

-
<button type="button">Primary</button>
-<button type="button" class="button-secondary">Secondary</button>
+
<button type="button" class="button-secondary">Secondary</button>
 <button type="button" class="button-success">Success</button>
 <button type="button" class="button-info">Info</button>
 <button type="button" class="button-warning">Warning</button>
@@ -109,7 +108,6 @@
 <button type="button" class="button-dark">Dark</button>
 
- diff --git a/docs/progress-bars.html b/docs/progress-bars.html index 54011db32..29efdb9cf 100644 --- a/docs/progress-bars.html +++ b/docs/progress-bars.html @@ -86,11 +86,7 @@

Variations

Use the progress-* modifier to create variations.

-
<div class="progress">
-  <div class="progress-bar width-50">50%</div>
-</div>
-
-<div class="progress progress-secondary">
+
<div class="progress progress-secondary">
   <div class="progress-bar width-50">50%</div>
 </div>
 
@@ -118,10 +114,6 @@
   <div class="progress-bar width-50">50%</div>
 </div>
 
-
-
50%
-
-
50%
diff --git a/source/docs/buttons.md b/source/docs/buttons.md index c110ec538..856fba6b4 100644 --- a/source/docs/buttons.md +++ b/source/docs/buttons.md @@ -75,7 +75,6 @@ You can force buttons to have an active state by applying the `active` class. Use the `button-*` modifier to create variations. ```html - @@ -86,7 +85,6 @@ Use the `button-*` modifier to create variations. ```
- diff --git a/source/docs/progress-bars.md b/source/docs/progress-bars.md index fbe7b913e..b47cc6b4f 100644 --- a/source/docs/progress-bars.md +++ b/source/docs/progress-bars.md @@ -55,10 +55,6 @@ When progress can’t be determined, use the `progress-indeterminate` modifier t Use the `progress-*` modifier to create variations. ```html -
-
50%
-
-
50%
@@ -88,10 +84,6 @@ Use the `progress-*` modifier to create variations.
``` -
-
50%
-
-
50%