aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 09614af2a..678504b72 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -984,7 +984,7 @@ For example, <code>section</code> should be wrapped as inline.
</div>
<div class="form-actions">
<button type="submit" class="btn btn-primary">Save changes</button>
- <button type="reset" class="btn">Cancel</button>
+ <button class="btn">Cancel</button>
</div>
</fieldset>
</form>
@@ -1093,7 +1093,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</div>
<div class="form-actions">
<button type="submit" class="btn btn-primary">Save changes</button>
- <button type="reset" class="btn">Cancel</button>
+ <button class="btn">Cancel</button>
</div>
</fieldset>
</form>
@@ -1217,7 +1217,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</div>
<div class="form-actions">
<button type="submit" class="btn btn-primary">Save changes</button>
- <button type="reset" class="btn">Cancel</button>
+ <button class="btn">Cancel</button>
</div>
</fieldset>
</form>