Skip to content

Commit

Permalink
Merge pull request #14 from sambro/master
Browse files Browse the repository at this point in the history
Adding explicit styles for a.zocial:visited and a.zocial:hover...
  • Loading branch information
smcllns committed May 18, 2012
2 parents e47bd7f + 4fc4524 commit 9726951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/zocial.css
Expand Up @@ -23,7 +23,7 @@ Enjoy
/* Button structure */ /* Button structure */


.zocial, .zocial,
a.zocial { a.zocial, a.zocial:visited, a.zocial:hover {
border: 1px solid #777; border: 1px solid #777;
border-color: rgba(0,0,0,0.2); border-color: rgba(0,0,0,0.2);
border-bottom-color: #333; border-bottom-color: #333;
Expand Down

0 comments on commit 9726951

Please sign in to comment.