This commit is contained in:
GordonDaFreeman 2018-01-17 10:47:19 +01:00
parent 9da162aaef
commit e1a7c248b8
2 changed files with 4 additions and 3 deletions

View File

@ -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;
}

View File

@ -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>