Skip to content

Commit 022684c

Browse files
committed
css fix with a new div element as container
- div with bulma section class
1 parent 1a3f2ff commit 022684c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/FeatureSet-Display/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
subtitle: Display your .iset .fset .fset3 files
55
content_width: is-full
66
---
7-
<div class="container" id="cv">
7+
<div class="container">
88
<h1>FeatureSET-Display</h1>
99
<p>Displaying .iset .fset .fset3 files</p>
1010
<p>Feature points: light green circles</p>
1111
<p>FeatureSet3 points: tiny red circles</p>
1212
<input type="file" id="markerLoader" name="markerLoader" style="display: none;" multiple />
1313
<button class="button" id="uploadBt" title="select all 3 files: .iset .fset and .fset3" onclick="document.getElementById('markerLoader').click();">Upload NFT marker</button>
14+
<div class="section" id="cv"></div>
1415
</div>
1516

1617
<script type="text/javascript" src="./dist/ARFset.js"></script>

0 commit comments

Comments
 (0)