mirror of https://github.com/MISP/PyMISP
remove useless comments
parent
4445652346
commit
ec4b158c84
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue