From: Gaƫl Poupard Date: Mon, 28 Feb 2022 16:12:50 +0000 (+0100) Subject: docs(example): fix RTL carousel example X-Git-Tag: v5.2.0-beta1~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d788d2efac79bfe84bba46db6574534f111fcece;p=thirdparty%2Fbootstrap.git docs(example): fix RTL carousel example --- diff --git a/site/content/docs/5.1/examples/carousel/carousel.css b/site/content/docs/5.1/examples/carousel/carousel.css index 8b4328c795..0bdf9768d2 100644 --- a/site/content/docs/5.1/examples/carousel/carousel.css +++ b/site/content/docs/5.1/examples/carousel/carousel.css @@ -52,11 +52,12 @@ body { } /* Thin out the marketing headings */ +/* rtl:begin:remove */ .featurette-heading { - /* rtl:remove */ letter-spacing: -.05rem; } +/* rtl:end:remove */ /* RESPONSIVE CSS -------------------------------------------------- */ diff --git a/site/content/docs/5.1/examples/carousel/carousel.rtl.css b/site/content/docs/5.1/examples/carousel/carousel.rtl.css index 203757e801..d20a8111ab 100644 --- a/site/content/docs/5.1/examples/carousel/carousel.rtl.css +++ b/site/content/docs/5.1/examples/carousel/carousel.rtl.css @@ -49,6 +49,7 @@ body { margin: 5rem 0; /* Space out the Bootstrap
more */ } +/* Thin out the marketing headings */ /* RESPONSIVE CSS -------------------------------------------------- */