I'm building an app trying carousel feature  and I met the same your issue.

My solution (note style stayement):

<a class="right carousel-control" href="#myCarousel" data-slide="next" 
style="width:40px;float:none;text-align:center;">&rsaquo;</a>

Maybe you should adapt the width to your necessity.


Il giorno martedì 19 giugno 2012 19:25:07 UTC+2, dundee ha scritto:
>
> Hey all,
>
> Anyone trying to use carousel in web2py nightly build?
> I used it exactly as stated on the bootstrap web site. However, the 
> controls are not rendered properly and I can only the next button works.
> The controls are positioned correctly but a big border is around the 
> controls.
>
> <a class="carousel-control left" href="#myCarousel" data-slide="prev">
> &lsaquo;</a>
> <a class="carousel-control right" href="#myCarousel" data-slide="next">
> &rsaquo;</a>
>
>
> I have attached a screenshot.
>
> Thanks.
>

Reply via email to