Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Slider
Browse files Browse the repository at this point in the history
Moved slider within container and unfixed slide image heights so no
more stretching!
  • Loading branch information
Jtmichel committed Jun 3, 2014
1 parent a659f47 commit fa028dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@

{% include navbar.html %}





<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->

<div class="container marketing">

<!-- Carousel -
================================================== -->
Expand Down Expand Up @@ -59,15 +66,7 @@
</div><!--close carousel-inner-->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">&lsaquo;</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">&rsaquo;</a>
</div><!-- /.carousel -->



<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->

<div class="container marketing">
</div><!-- /.carousel -->

<!-- Three columns of text below the carousel -->
<div class="row">
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
top: 0;
left: 0;
min-width: 100%;
height: 500px;
height:auto;
/*height: 500px;*/
}

.carousel-caption {
Expand Down

0 comments on commit fa028dd

Please sign in to comment.