remove useless comments

pull/20/head
Déborah Servili 2016-06-21 16:07:08 +02:00
parent 4445652346
commit ec4b158c84
2 changed files with 0 additions and 7 deletions

View File

@ -1,6 +1,5 @@
body body
{ {
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
} }
@ -11,8 +10,6 @@ h1
text-align:center; text-align:center;
} }
/*** Stats Tables ***/
table table
{ {
border-collapse: collapse; border-collapse: collapse;

View File

@ -18,9 +18,5 @@
<td><iframe id="stats" src="attribute_table.html" frameBorder="0"></iframe></td> <td><iframe id="stats" src="attribute_table.html" frameBorder="0"></iframe></td>
<td id="treemap"><object type="image/svg+xml" data="attribute_treemap.svg"></object></td> <td id="treemap"><object type="image/svg+xml" data="attribute_treemap.svg"></object></td>
</tr></table> </tr></table>
<!--
<div id="stats"><iframe src="table.html"></iframe></div>
<div id="treemap"><object type="image/svg+xml" data="test.svg"></object></div>
-->
</body> </body>
</html> </html>