Commit b80d1ec4 authored by santiaago's avatar santiaago
Browse files

change carousel css to follow new design. #44

parent c4dd60c4
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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;
+1 −2
Original line number Diff line number Diff line
@@ -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>