moving back to ed
authorPaul Groth <p.t.groth@vu.nl>
Sun, 02 Dec 2012 21:01:28 +0100
changeset 5249 90c782a4eef7
parent 5248 97178ddcf510
child 5250 562d1b6e5b3a
moving back to ed
overview/datatable.css
overview/overview.html
--- a/overview/datatable.css	Sun Dec 02 20:55:50 2012 +0100
+++ b/overview/datatable.css	Sun Dec 02 21:01:28 2012 +0100
@@ -1,4 +1,4 @@
-<!-- prov:wasAttributedTo http://www.w3.org/TR/owl2-overview/datatable.css -->
+/* prov:wasAttributedTo http://www.w3.org/TR/owl2-overview/datatable.css */
  
 table.open-data-table {
     font-size:0.9em; 
--- a/overview/overview.html	Sun Dec 02 20:55:50 2012 +0100
+++ b/overview/overview.html	Sun Dec 02 21:01:28 2012 +0100
@@ -11,39 +11,6 @@
      -->
 <link href="datatable.css" rel="stylesheet" type="text/css" />
 
-<!-- see http://www.somacon.com/p141.php for table configuration -->
-    <style type="text/css">
-      .note { font-size:small; margin-left:50px }
-
-.diamond {
-    font-weight: normal;
-    font-style: normal;
-    font-size:100%;
-    font-family: sans-serif;
-}
-
-table.thinborder {
-	border-width: 1px;
-	border-spacing: 0px;
-	border-style: none;
-	border-color: gray;
-	border-collapse: collapse;
-}
-table.thinborder th {
-	border-width: 1px;
-	padding: 0px;
-	border-style: solid;
-	border-color: gray;
-	-moz-border-radius: ;
-}
-table.thinborder td {
-	border-width: 1px;
-	padding: 2px;
-	border-style: solid;
-	border-color: gray;
-	-moz-border-radius: ;
-}
-</style>
     
     <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script> 
     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
@@ -336,7 +303,7 @@
       
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "FPWD-NOTE",
+          specStatus:           "ED",
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "prov-overview",