From b8014429c6841b65f9c633ee3584ba41969e35b7 Mon Sep 17 00:00:00 2001 From: Innovation Inc <connorrox60@gmail.com> Date: Sun, 21 Apr 2019 17:32:31 -0500 Subject: [PATCH] Update taskbar.html --- taskbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskbar.html b/taskbar.html index bdc2a9f..2279324 100644 --- a/taskbar.html +++ b/taskbar.html @@ -40,5 +40,5 @@ function checkTime(i) { </style> <body style="background-color:black;" onload="startTime();"> - <center><div class="cwhite" id="txt"></div></center> + <div class="cwhite" style="text-align:right" id="txt"></div> </body>