audreyfeldroy / favicon-cheat-sheet

Obsessive cheat sheet to favicon sizes/types. Please contribute! (Note: this may be in flux as I learn new things about favicon best practices.)
MIT License
9.85k stars 413 forks source link

Fix 'Largest to smallest apple-touch-icons' code example #71

Open dymio opened 7 years ago

dymio commented 7 years ago

Hi Audrey.

I've added a little fix to 'Largest to smallest apple-touch-icons' code example. Without empty line between code block definition and markup this block is invisible on github page https://github.com/audreyr/favicon-cheat-sheet/blob/master/README.rst

Also I've found several tabs in code. All other lines indented with spaces and I decided that it is a bug. Replaced tabs to spaces.