zeroxme / bootstrap-3-arabic

bootstrap 3 arabic
MIT License
125 stars 72 forks source link

carousel.less .active.left float bug #8

Closed OmarIthawi closed 10 years ago

OmarIthawi commented 10 years ago

Salam,

I found a bug in carousel.less:

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

It doesn't match the official bootstrap's value in carousel.less which is:

> .active.left {
  .left(100%); // This should be -100% (negative) instead
}

I was going to issue a pull request, but I couldn't because of npm dependency issues.

Thanks,

zeroxme commented 10 years ago

@OmarIthawi ok, I labeled it as a bug ... i'll check it out ... thanks for your help :)

OmarIthawi commented 10 years ago

@izer0x :)

OmarIthawi commented 10 years ago

:+1: