I\'m attempting to style heading text similar to how your default legend text appears in fieldsets; that is to say, I\'d like a strikethrough-like line to come up to, but no
I'm not sure if this would suit your need...
h1:before, h1:after { content: " ------------- "; }