Skip to content

Commit

Permalink
tweaked span width
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Apr 8, 2014
1 parent 46a6d19 commit 0000b84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mod_social_slider/media/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ ul#jj_sl_navigation li a {
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

transition: all 0.3s ease;
}
ul#jj_sl_navigation li a .jj_social_text {
display: inline-block;
width: 125px;
width: 130px;
}
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 0000b84

Please sign in to comment.