Fixed problem with leftover coverage css
authorSteve Speicher <sspeiche@gmail.com>
Mon, 15 Sep 2014 13:32:53 -0400
changeset 834 5622be5a7587
parent 833 cce171f6dade
child 835 5ab218bd2f8c
Fixed problem with leftover coverage css
TR/WD-ldp-20140916/Overview.html
--- a/TR/WD-ldp-20140916/Overview.html	Mon Sep 15 13:27:18 2014 -0400
+++ b/TR/WD-ldp-20140916/Overview.html	Mon Sep 15 13:32:53 2014 -0400
@@ -3,8 +3,6 @@
 <head>
     <title>Linked Data Platform 1.0</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-        <!-- Test coverage: The following allows the spec to be annotated with information
-         from the test suite to help with understanding the coverage of each requirement. -->
     <style>/* --- EXAMPLES --- */
 div.example-title {
     min-width: 7.5em;
@@ -37,14 +35,8 @@
 aside.example div.example div.example-title {
     color: #999;
 }
-</style><link rel="stylesheet" type="text/css" media="all" href="coverage.css">
-    <style type="text/css" media="print">
-        .coverage {
-            page-break-inside: avoid;
-        }
-    </style>
+</style>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-    <script src="coverage.js"></script>
     
     <!-- 
       === NOTA BENE ===