Loading app/assets/css/carousel.css +5 −3 Original line number Diff line number Diff line Loading @@ -44,12 +44,14 @@ body { /* Since positioning the image, we need to help out the caption */ .carousel-caption { z-index: 10; right: 53%; top: 125px; text-align: left; } /* Declare heights because of positioning of img element */ .carousel .item { height: 500px; background-color: #777; height: 450px; } .carousel-inner > .item > img { position: absolute; Loading app/partials/carousel.html +1 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,7 @@ <img src="/isogrids/banner/random/gradient?theme=seascape&h=200&w=400&xt=20" alt="First slide"> <div class="container"> <div class="carousel-caption"> <h1>tinygraphs.com</h1> <p>a simple avatar generator web service.</p> <h1>UNIQUE AVATARS FOR YOUR WEBSITE</h1> </div> </div> </div> Loading Loading
app/assets/css/carousel.css +5 −3 Original line number Diff line number Diff line Loading @@ -44,12 +44,14 @@ body { /* Since positioning the image, we need to help out the caption */ .carousel-caption { z-index: 10; right: 53%; top: 125px; text-align: left; } /* Declare heights because of positioning of img element */ .carousel .item { height: 500px; background-color: #777; height: 450px; } .carousel-inner > .item > img { position: absolute; Loading
app/partials/carousel.html +1 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,7 @@ <img src="/isogrids/banner/random/gradient?theme=seascape&h=200&w=400&xt=20" alt="First slide"> <div class="container"> <div class="carousel-caption"> <h1>tinygraphs.com</h1> <p>a simple avatar generator web service.</p> <h1>UNIQUE AVATARS FOR YOUR WEBSITE</h1> </div> </div> </div> Loading