~ move "Feature At Risk" text into from CSS content to HTML per https://www.w3.org/2011/rdf-wg/track/actions/220
authorEric Prud'hommeaux <eric@w3.org>
Mon, 11 Feb 2013 14:16:28 -0500
changeset 594 e008bc2209fe
parent 593 29ac9e075914
child 595 7b2498f565e6
~ move "Feature At Risk" text into from CSS content to HTML per https://www.w3.org/2011/rdf-wg/track/actions/220
rdf-turtle/index.html
--- 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>