mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Prevent RTL CSS conversion from breaking Carousel example
This commit is contained in:
@@ -53,7 +53,6 @@ body {
|
|||||||
|
|
||||||
/* Thin out the marketing headings */
|
/* Thin out the marketing headings */
|
||||||
.featurette-heading {
|
.featurette-heading {
|
||||||
/* rtl:remove */
|
|
||||||
letter-spacing: -.05rem;
|
letter-spacing: -.05rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -49,6 +49,11 @@ body {
|
|||||||
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
|
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Thin out the marketing headings */
|
||||||
|
.featurette-heading {
|
||||||
|
letter-spacing: -.05rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* RESPONSIVE CSS
|
/* RESPONSIVE CSS
|
||||||
-------------------------------------------------- */
|
-------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user