/* Stylesheet to show values of ID attributes and named anchors */

*[id]:before {font-size:8px;font-family:"Small Fonts";content:"#" attr(id);color:#393;background:none inherit;display:compact;text-align:left;font-weight:normal !important;}



span[id]:before, cite[id]:before, a[id]:before, strong[id]:before
{font-size:8px;font-family:"Small Fonts";content:"#" attr(id);color:#393;background:none inherit;display:inline;text-align:left;font-weight:normal !important;}

a[name]:before
{font-size:8px;font-family:"Small Fonts";content:"#" attr(name);color:#393;background:none inherit;display:inline;text-align:left;font-weight:normal !important;}

/* W3C spec with ID's*/
dt a[name]:before {font-size:8px;font-family:"Small Fonts";content:"#" attr(name);color:#393;background:white;display:block;text-align:left;font-weight:normal !important;}

