Skip to content

Commit

Permalink
Try and ensure text isn't capitalized by templates
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed May 6, 2014
1 parent ccd1fd3 commit 81c72df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod_social_slider/media/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ ul#jj_sl_navigation li a {
}
ul#jj_sl_navigation li a .jj_social_text {
display: inline-block;
width: 130px;
width: 130px;
text-transform: inherit;
}
ul#jj_sl_navigation .facebook a:hover{ background-color: #3B5998; }
ul#jj_sl_navigation .twitter a:hover{ background-color: #62BDB2; }
Expand Down

0 comments on commit 81c72df

Please sign in to comment.