Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #55 from pickle27/master
Browse files Browse the repository at this point in the history
fix zindex of carousel indicators and fix page view error
  • Loading branch information
kevinhughes27 committed Mar 3, 2014
2 parents d8a0099 + 599f7c1 commit 9f515fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/css/styles.css
Expand Up @@ -130,7 +130,7 @@ body {
width: 100%;
background: #000; /* fallback */
background: rgba(0,0,0,0.75);
z-index: 3;
z-index: 5;
}

.overlay-content {
Expand Down Expand Up @@ -294,6 +294,7 @@ Page: Homepage
top: auto;
bottom: 0px;
margin-right: -19px;
z-index: 3;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
Expand Down

0 comments on commit 9f515fc

Please sign in to comment.