This commit is contained in:
20xd6 2020-05-11 15:24:55 -04:00
parent 6529a86a1e
commit 6ea147716f
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@ span p{
display:inline; display:inline;
} }
select { select {
max-width: 95%; max-width: 95%;
} }
.chkbox { .chkbox {
display: inline-block; display: inline-block;

View File

@ -115,6 +115,8 @@
</span> </span>
</form> </form>
<p id="JStz"><?php echo date("e");?></p> <p id="JStz"><?php echo date("e");?></p>
</div> <h3>Timer</h3>
<a href="timer/" title="The timer page">Timer</a>
</div><!--end of "body" div-->
</body> </body>
</html> </html>