Commit c834b402 authored by Ross Allen's avatar Ross Allen

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.
parent 2998929b
......@@ -40,7 +40,7 @@ body {
.carousel .item {
height: 500px;
}
.carousel img {
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment