Browse Source

Adding explicit styles for a.zocial:visited and a.zocial:hover.

pull/14/head
sambro 12 years ago
parent
commit
4fc4524183
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      css/zocial.css

+ 1
- 1
css/zocial.css View File

@@ -23,7 +23,7 @@ Enjoy
/* Button structure */

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


Loading…
Cancel
Save