Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorGaƫl Poupard <gael+github@ffoodd.fr>2022-02-28 19:12:50 +0300
committerMark Otto <otto@github.com>2022-03-02 00:01:00 +0300
commitd788d2efac79bfe84bba46db6574534f111fcece (patch)
treec248fc1a6860499c1d56ebfa617edbd9ade7606b /site
parent9030f57db7762a48c813881ef22a99e6cebe99ce (diff)
docs(example): fix RTL carousel example
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.1/examples/carousel/carousel.css3
-rw-r--r--site/content/docs/5.1/examples/carousel/carousel.rtl.css1
2 files changed, 3 insertions, 1 deletions
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 <hr> more */
}
+/* Thin out the marketing headings */
/* RESPONSIVE CSS
-------------------------------------------------- */