Skip to content

Commit

Permalink
- Fix an old carousel bug (#11), Known bug: still need improvements o…
Browse files Browse the repository at this point in the history
…n touch and moving direction.

- Update bootstrap submodule.
- Update cdnjs proposed dist for 3.2.0-rc4.
  • Loading branch information
morteza committed Aug 6, 2014
1 parent a1c8e59 commit 9be0d88
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 63 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 1 addition & 26 deletions dist/css/bootstrap-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-rtl.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/bootstrap-rtl.min.css

Large diffs are not rendered by default.

33 changes: 0 additions & 33 deletions less/carousel-rtl.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,6 @@
// --------------------------------------------------



.carousel-inner {

> .item {
.transition(.6s ease-in-out left);
}


> .active {
left: 0;
}

> .next {
right: 100%;
left: 0;
}
> .prev {
right: -100%;
}
> .next.left,
> .prev.right {
right: 0;
}

> .active.right {
left: -100%;
}
> .active.left {
right: 100%;
}

}

// Left/right controls for nav
// ---------------------------

Expand Down

0 comments on commit 9be0d88

Please sign in to comment.