This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
css-social-buttons
mirror of
https://github.com/smcllns/css-social-buttons
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
Adding explicit styles for a.zocial:visited and a.zocial:hover.
pull/14/head
sambro
12 years ago
parent
bb2b746a6f
commit
4fc4524183
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save