mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +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 */
|
||||
.featurette-heading {
|
||||
/* rtl:remove */
|
||||
letter-spacing: -.05rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -49,6 +49,11 @@ body {
|
||||
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
|
||||
}
|
||||
|
||||
/* Thin out the marketing headings */
|
||||
.featurette-heading {
|
||||
letter-spacing: -.05rem;
|
||||
}
|
||||
|
||||
|
||||
/* RESPONSIVE CSS
|
||||
-------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user