From 68d264a3545bfee1d8c7cb58620d36695e47e4de Mon Sep 17 00:00:00 2001 From: trbst Date: Mon, 5 Nov 2018 20:24:21 +0100 Subject: [PATCH] Removed btn-default. added btn-secondary (#34224) btn-default class has been renamed to btn-secondary in 4.0 verson and is no longer used. --- guide/english/bootstrap/buttons/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/english/bootstrap/buttons/index.md b/guide/english/bootstrap/buttons/index.md index d17394109d..7b1c68a6dc 100644 --- a/guide/english/bootstrap/buttons/index.md +++ b/guide/english/bootstrap/buttons/index.md @@ -25,14 +25,14 @@ This is a list of the CSS classes that bootstrap provides for buttons. `` -`.btn-default` Bootstrap's default button. - -`` - `.btn-primary` Bootstrap's primary button. `` +`.btn-secondary` Bootstrap's secondary button. + +`` + `.btn-success` Bootstrap's success button. ``