Skip to content

Commit c145196

Browse files
committed
FIX strapdown intrusive branding
1 parent b4650ca commit c145196

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@
2323

2424
<script src="treeTable.js"></script>
2525
<script src="doc/makeData.js"></script>
26-
26+
<style type="text/css">
27+
#headline-copyrights,#headline-squirt {
28+
display: none;
29+
}
30+
.brand {
31+
cursor: auto !important;
32+
}
33+
</style>
2734
</head>
2835
<body>
2936
<div id="chart" >

0 commit comments

Comments
 (0)