0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-05 23:46:20 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Ross Allen
c834b4027c Match .carousel-inner specificity to beat styles
'.carousel ing' was replaced with '.carousel-inner > .item > img' in
3.0 and now loses the specificity war. To make carousel images 500px
tall, match specificity to make carousel.css win.
2013-07-27 20:14:49 -07:00
Mark Otto
2998929b39 fix up carousel holder and navbar probs 2013-07-26 20:48:10 -07:00
Mark Otto
9c13af8cb1 massive update, including new index page 2013-07-26 20:42:47 -07:00
Nicole
6d269c2ed7 add git ignore 2013-07-20 23:30:08 -07:00
Nicole
bf51e24700 change file names to example names 2013-07-20 23:17:01 -07:00
Ross Allen
1a2ef331fd Let .navbar-wrapper flow in Carousel example
A .navbar-wrapper followed by a .carousel works well in this example,
but when the navbar is not followed by a carousel, content flows
underneath the navbar because it is absolutely positioned.

Letting .navbar-wrapper be part of the flow and moving the negative
margin to the .carousel to bring it underneath the navbar makes these
example styles suitable for pages without carousels.
2013-07-18 14:57:27 -07:00
Nicole
8e50e7a8f2 Update remaining templates to match starter template 2013-06-23 17:17:08 -07:00