Skip to content

Commit

Permalink
Ensure no border on the li elements
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Dec 30, 2013
1 parent aef1e86 commit 1c970d7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mod_social_slider/media/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,23 @@ ul#jj_sl_navigation {
}
ul#jj_sl_navigation li {
padding: 1px 0px 1px 0px;
overflow:hidden;
overflow:hidden;
direction: ltr;
border: 0;
}

ul#jj_sl_navigation li a {
display: block;
width: 170px;
background-repeat:no-repeat;
display: block;
width: 170px;
background-repeat:no-repeat;
text-decoration: none;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;

}
ul#jj_sl_navigation li a .jj_social_text {
display: inline-block;
display: inline-block;
width: 100px;
}
ul#jj_sl_navigation .facebook a:hover{
Expand Down

0 comments on commit 1c970d7

Please sign in to comment.