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

carousel-rtl.css « carousel-rtl « examples « 5.0 « docs « content « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b76965092d0a19377a94e55b532a9c0b2a11a90d (plain)
1
2
3
4
5
6
7
8
.carousel-item > img {
  right: 0;
  left: auto;
}

.featurette-heading {
  letter-spacing: normal;
}