update C
This commit is contained in:
parent
9da162aaef
commit
e1a7c248b8
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
.splitable {
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.notsplitable {
|
||||
|
|
@ -32,7 +33,7 @@
|
|||
}
|
||||
|
||||
#bottom-left {
|
||||
left: 0;
|
||||
left: 5px;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
|
@ -52,12 +52,12 @@
|
|||
<div id="tocraft"></div>
|
||||
<span style="display: inline-block; width: 90%;"></span> <br>
|
||||
<button id="calc">Calculate</button>
|
||||
<span style="display: inline-block; width: 90%;"></span> <br>
|
||||
<br><span style="display: inline-block; width: 90%;"></span> <br>
|
||||
<div class="ui-widget" id="output"></div>
|
||||
<span style="display: inline-block; width: 90%;"></span> <br>
|
||||
</div>
|
||||
</body>
|
||||
<div id="container">
|
||||
<div id="bottom-left">Inspiration Pyramidalist<br>© MasterGordon & Ph3nix</div>
|
||||
<div class="ui-widget" id="bottom-left">Inspiration Pyramidalist<br>© MasterGordon & Ph3nix</div>
|
||||
</div>
|
||||
</html>
|
||||
Loading…
Reference in New Issue