ace-subido / css3-microsoft-metro-buttons

my CSS3 library for making Microsoft-metro themed buttons
http://ace-subido.github.com/css3-microsoft-metro-buttons/
785 stars 93 forks source link

little mistake on documentation #37

Open jeremypetrequin opened 11 years ago

jeremypetrequin commented 11 years ago

Hey,

In the documentation page : http://ace-subido.github.com/css3-microsoft-metro-buttons/buttons.html, in the example to create large icon buttons using the big swap arrows, the code that you show contains a little mistake, it's not

<a href="#" class="m-btn bigicn-only green"><i class="m-icon-big-swapright icon-white"></i></a>

but :

<a href="#" class="m-btn bigicn-only green"><i class="m-icon-big-swapright m-icon-white"></i></a>

Missing the 'm-' !

and, thank for your work!

ace-subido commented 11 years ago

thanks @jeremypetrequin for pointing it out, putting this in a milestone