cleanup
This commit is contained in:
+7
-1
@@ -66,6 +66,11 @@
|
||||
display: inline;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: initial;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
@@ -230,7 +235,8 @@
|
||||
|
||||
<body>
|
||||
<div class="containerT">
|
||||
<div class="buttons hidden"><button onclick="makeFullscreen()">Fullscreen</button><button onclick="toggleDebug()">Debug</button></div>
|
||||
<div class="buttons hidden"><button onclick="makeFullscreen()">Fullscreen</button><a href="./index.html">Duży zegar</a></button><!-- <button onclick="toggleDebug()">Debug</button>-->
|
||||
</div>
|
||||
<div class="containerTC" onclick="showButtons()">
|
||||
<input type="text" id="timeOverride" class="hidden" value="01:45:00">
|
||||
</div><br>
|
||||
|
||||
Reference in New Issue
Block a user