Skip to content

Commit 9b569b1

Browse files
committed
menu and speed buttons are now positioned properly regardless of screen size or browser zoom or whatever bleh
1 parent 39a63de commit 9b569b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

game/UI.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ td.HandBookZombie {
885885
visibility: hidden;
886886
position: absolute;
887887
top: 0;
888-
left: 46%;
888+
left: 50%;
889889
margin-left: 227px;
890890
cursor: url(images/interface/Pointer.cur), pointer;
891891
width: 226px;

game/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,11 +816,11 @@
816816
</div>
817817
</div>
818818
<div id="dPZ"></div>
819-
</div>
820-
<div id="dMenu">
819+
<div id="dMenu">
821820
<div id="dMenu0" class="Menu" onclick="ClickMenu();ShowSpeed()">Speed</div>
822821
<div id="dMenu1" class="Menu" onclick="ClickMenu()">Menu</div>
823822
</div>
823+
</div>
824824
<div id="dHandBook" class="WindowFrame">
825825
<div class="title">Suburban Almanac - Index</div>
826826
<div class="content">

0 commit comments

Comments
 (0)