mirror of
https://forge.murkfall.net/bluesaxman/blue.js.git
synced 2026-03-13 09:34:20 -06:00
Some more minor tweeks to blueui window class, and more tweeks to index and css
This commit is contained in:
@@ -63,8 +63,13 @@ blueui.js - Adds classes for several highly reusable ui objects such as buttons
|
||||
|
||||
document.body.appendChild(window.bdescription.root);
|
||||
window.bdescription.content.appendChild(window.bcore.root);
|
||||
window.bcore.root.style.top = "40px";
|
||||
window.bdescription.content.appendChild(window.baudio.root);
|
||||
window.baudio.root.style.top = "80px";
|
||||
window.bdescription.content.appendChild(window.bmath.root);
|
||||
window.bmath.root.style.top = "120px";
|
||||
window.bdescription.content.appendChild(window.bpixle.root);
|
||||
window.bpixle.root.style.top = "160px";
|
||||
window.bdescription.content.appendChild(window.bui.root);
|
||||
window.bui.root.style.top = "200px";
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user