Update taskbar.html
This commit is contained in:
parent
04963612b7
commit
b4d66603b0
|
@ -40,12 +40,14 @@ function checkTime(i) {
|
||||||
p {
|
p {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.nowrap {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<body style="background-color:black;" onload="startTime();">
|
<body style="background-color:black;" onload="startTime();">
|
||||||
<a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a><p>|</p>
|
<a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a><p class="nowrap">|</p>
|
||||||
<a target="app" href="apps/About/index.html"><img src="apps/About/about.png"></a><p>|</p>
|
<a target="app" href="apps/About/index.html"><img src="apps/About/about.png"></a><p class="nowrap">|</p>
|
||||||
<br />
|
<br />
|
||||||
<div class="cwhite" style="text-align:left" id="txt"></div>
|
<div class="cwhite" style="text-align:left" id="txt"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue