diff --git a/docs/base-css.html b/docs/base-css.html index c84a42cf7c..584ce7d078 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1500,11 +1500,14 @@ For example, <code>section</code> should be wrapped as inline.
Create block level buttons—those that span the full width of a parent— by adding .btn-block
.
<button class="btn btn-large btn-block" type="button">Block level button</button>+
+<button class="btn btn-large btn-block btn-primary" type="button">Block level button</button> +<button class="btn btn-large btn-block" type="button">Block level button</button> +
{{_i}}Create block level buttons—those that span the full width of a parent— by adding .btn-block
.{{/i}}
<button class="btn btn-large btn-block" type="button">{{_i}}Block level button{{/i}}</button>+
+<button class="btn btn-large btn-block btn-primary" type="button">{{_i}}Block level button{{/i}}</button> +<button class="btn btn-large btn-block" type="button">{{_i}}Block level button{{/i}}</button> +