Skip to content

Commit

Permalink
Fixed carousel controls
Browse files Browse the repository at this point in the history
  • Loading branch information
kore committed Sep 8, 2013
1 parent 56af548 commit 2a429f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/htdocs/styles/app.css
Expand Up @@ -623,12 +623,15 @@ ul.exports li {
}

.carousel .carousel-control {
top: 195px;
top: 199px;
height: 20px;
width: 20px;
line-height: 18px;
margin-top: 0px;
margin: 0px 5px 0px 3px;
font-size: 30px;

background-image: none;
color: #000000;
}

.carousel .item {
Expand All @@ -649,6 +652,7 @@ ul.exports li {

.carousel .item img {
height: 180px;
margin: 0px auto;
}

/**
Expand Down

0 comments on commit 2a429f0

Please sign in to comment.