editing for css validation errors
authorPaul Groth <p.t.groth@vu.nl>
Sun, 02 Dec 2012 20:55:50 +0100
changeset 5248 97178ddcf510
parent 5247 145bed8f221c
child 5249 90c782a4eef7
editing for css validation errors
overview/WD-prov-overview-20121211/Overview.html
--- a/overview/WD-prov-overview-20121211/Overview.html	Sun Dec 02 20:54:22 2012 +0100
+++ b/overview/WD-prov-overview-20121211/Overview.html	Sun Dec 02 20:55:50 2012 +0100
@@ -10,39 +10,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>