vertical-align: super

by andydavies

HTML

<br>
<a href="http://www.youtube.com/watch?v=9sSc5ZPK7P8" data-type="media" data-duration="12:02">Rugby World Cup Highlights</a>
<br>

CSS

a {
  font-family: sans-serif; 
  padding: 0.5em;
}

a[data-type$="media"]:after {
  content: " >" attr(data-duration);
/*  font-size:x-small;*/
/*  vertical-align:super;*/
  font-family: sparkicons;
  text-decoration:none;
} 



@font-face {
    font-family: "sparkicons";
    src:...