Update index-open.html

This commit is contained in:
Innovation Inc 2019-12-13 18:26:25 -06:00 committed by GitHub
parent 39f141e292
commit d810c89ce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,7 @@
top: 4px; top: 4px;
} }
.taskbar { .taskbar {
background-color: black;
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
@ -112,9 +113,7 @@
</div> </div>
<div class="taskbar" onload="startTime()"> <div class="taskbar" onload="startTime()">
<a onclick="openApplication('About')"><img class="cent" src="apps/About/about.png"> |</a> <div class="cwhite" style="text-align:left" id="txt"></div> <a onclick="openApplication('About')"><img class="cent" src="apps/About/about.png"> |</a>
<br />
<div class="cwhite" style="text-align:left" id="txt"></div>
</div> </div>
<script> <script>