abbr formatting
also, not tested in internet explorer. nothing I write is.
abbr :display inline-block :text-transform lowercase :font-variant small-caps &:first-letter :text-transform uppercase
11317 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
abbr :display inline-block :text-transform lowercase :font-variant small-caps &:first-letter :text-transform uppercase
# Display PNG-24 images with alpha channel on IE # BE CAREFUL: with this trick, only 10 PNGs seems to be supported by IE # Don't forget to set the size of your div def transpng(id, png) '<style type="text/css"> <!-- ' + id + ' { background-image: url(' + png + '); } --> </style> <!--[if IE]> <style> ' + id + ' { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=' + png + ', sizingMethod=\'scale\'); } </style> <![endif]-->' end
def pending? applied_at.nil? end
font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;