Skip to content

Commit

Permalink
Merge pull request #146 from opentechinstitute/banner-formatting
Browse files Browse the repository at this point in the history
updated styles on slideshow buttons
  • Loading branch information
critzo committed Apr 15, 2014
2 parents aee9610 + ffafeb8 commit 1c3a0bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commotionwireless.net/css/commotion.css
Expand Up @@ -209,8 +209,8 @@ div#slideshow li.bjqs-prev a {
font-weight: bold;
color: #000000;
text-decoration: none;
opacity: 0.5;
filter:alpha(opacity=50);
opacity: 0.7;
filter:alpha(opacity=70);
}
div#slideshow li.bjqs-next a {
background: none repeat scroll 0 0 #FE739B;
Expand All @@ -222,8 +222,8 @@ div#slideshow li.bjqs-next a {
margin: auto 1em auto 0;
padding: 6px 10px;
text-decoration: none;
opacity: 0.5;
filter:alpha(opacity=50);
opacity: 0.7;
filter:alpha(opacity=70);
}
.control-button {
}
Expand Down

0 comments on commit 1c3a0bf

Please sign in to comment.