adamfairhead / webicons

Webicons is a set of resolution-independent social icons for use on your website. They use feature-detected SVG graphics (with PNG fallbacks) to display the icons over their appropriate negatively indented anchor titles.
531 stars 61 forks source link

Add print stylesheets to restore accessibility #29

Closed dpashkevich closed 10 years ago

dpashkevich commented 10 years ago

The CSS for icons has already been made with accessibility in mind as it uses the image replacement technique. All that's left to do is add some lines for @media print to flip back to text and remove unnecessary decorations.

adamfairhead commented 10 years ago

Nice job @dpashkevich :+1: