858N/A <!-- reset the default browser styles --> 858N/A background-repeat: no-repeat;
858N/A vertical-align: middle;
858N/A .yui3-button-icon-bold {
858N/A background-position: 1px -1px;
858N/A .yui3-button-icon-italic {
858N/A background-position: 1px -37px;
1685N/A .yui3-button-icon-underline {
858N/A background-position: 1px -73px;
858N/A }).use('cssbutton', 'cssfonts', function(Y){
858N/A <
h1>Button Example: Icons</
h1>
858N/A <
button class="yui3-button">
858N/A <
span class="yui3-button-icon yui3-button-icon-bold"></
span>
858N/A <
button class="yui3-button">
858N/A <
span class="yui3-button-icon yui3-button-icon-bold"></
span>
858N/A <
button class="yui3-button">
858N/A <
span class="yui3-button-icon yui3-button-icon-italic"></
span>
858N/A <
button class="yui3-button">
858N/A <
span class="yui3-button-icon yui3-button-icon-italic"></
span>
858N/A <
button class="yui3-button">
858N/A <
span class="yui3-button-icon yui3-button-icon-underline"></
span>
858N/A <
button class="yui3-button">
858N/A <
span class="yui3-button-icon yui3-button-icon-underline"></
span>