I am new to bootstrap, thanks to all for such a carefully thought out
and crafted solution for those of us that never get layout and css
right. Just maybe I can easily produce non sheet metal easy to use and
read html apps without getting a design team going.
Please excuse the cross post on github, I wasn't aware of the google
group, which seems to be a better place to post issues like this.
I am using an accordion to display a series of images in carousels,
The accordions seem to be working but when I try and open a carousel
in one of the accordions they don't size to the area of the carousel.
I tried to specify sizes looking at them with firebug and have been
unsuccessful. Any suggestions on how to handle this.
| v class="accordion-group"
.accordion-heading
a.accordion-toggle(data-toggle='collapse', data-
parent='#accordion2', href='#collapseThree')
| Collapsible Group Item #3
#collapseThree.accordion-body.collapse
.accordion-inner
#myCarousel.carousel
//
Carousel items
.carousel-inner
.item(some.png')
.item
.......
//
Carousel nav
a.carousel-control.left(href='#myCarousel', data-slide='prev') ‹
a.carousel-control.right(href='#myCarousel', data-slide='next') ›