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