Skip to content

Instantly share code, notes, and snippets.

View rnikitin's full-sized avatar

Roman Nikitin rnikitin

View GitHub Profile
@rnikitin
rnikitin / glyphicons.css
Created August 6, 2012 12:48
Glypth icons css sprite
[class^="glyphicon-"], [class*=" glyphicon-"] {
display: inline-block;
*margin-right: .3em;
line- vertical-align: text-top;
background-image: url("images/glyphicons-2.png");
background-position: 14px 14px;
background-repeat: no-repeat;
width: 14px;
height: 14px;
}