~ move "Feature At Risk" text into from CSS content to HTML per https://www.w3.org/2011/rdf-wg/track/actions/220
--- a/rdf-turtle/index.html Mon Feb 11 13:44:50 2013 -0500
+++ b/rdf-turtle/index.html Mon Feb 11 14:16:28 2013 -0500
@@ -127,8 +127,10 @@
background: #ffc;
}
-.atrisk::before {
- content: "Feature At Risk";
+/* .atrisk::before */
+.atrisktext
+{
+ /* content: "Feature At Risk"; */
display: block;
width: 150px;
margin: -1.5em 0 0.5em 0;
@@ -832,7 +834,7 @@
</section>
<section id="sec-grammar-grammar">
<h3>Grammar</h3>
- <div class="atrisk">
+ <div class="atrisk"><p class="atrisktext">Feature At Risk</p>
<p>The RDF Working Group proposes to make the following changes to align Turtle with SPARQL.</p>
<ul>
<li>The addition of <a href="#grammar-production-sparqlPrefix">sparqlPrefix</a> and <a href="#grammar-production-sparqlBase">sparqlBase</a> which allow for using SPARQL style <code>BASE</code> and <code>PREFIX</code> directives in a Turtle document.</li>