Skip to content

Commit

Permalink
Fixing an issue in Opera where the <span> text would appear under the…
Browse files Browse the repository at this point in the history
… button when using the .icon class.
  • Loading branch information
LimeBlast committed Feb 17, 2012
1 parent 24453cc commit 7053552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/zocial.css
Expand Up @@ -89,10 +89,12 @@ Enjoy
.zocial.icon {
overflow: hidden;
width: 1.85em;
height: 1.85em;
}
.zocial.icon > span:before {
padding: 0;
width: 1.85em;
height: 1.85em;
}

/* Gradients */
Expand Down

0 comments on commit 7053552

Please sign in to comment.