@@ -128,16 +128,6 @@ <h2>Miscellaneous:</h2>
128128 < button class ="data-button pointer " id ="listModsButton " style ="margin-top:3px; margin-left:0px; "> List Mods</ button >
129129 </ div >
130130 </ div >
131- < div class ="tooltip no-display " id ="tooltip ">
132- < div class ="tooltip-content ">
133- < p class ="tooltip-name " id ="tooltipName "> Name</ p >
134- < p class ="tooltip-price " id ="tooltipPrice "> Price</ p >
135- < p class ="tooltip-description " id ="tooltipDesc "> Description</ p > <!-- Hidden when buildings are hovered since they have no description -->
136- < p class ="tooltip-quote " id ="tooltipQuote "> "Quote"</ p >
137- < p class ="tooltip-stats " id ="tooltipProduces "> Produces</ p > <!-- Hidden when upgrades are hovered since they have no produces/producing -->
138- < p class ="tooltip-stats " id ="tooltipProducing "> Producing</ p >
139- </ div >
140- </ div >
141131 </ div > <!-- end middle -->
142132 < div class ="right-side " id ="rightSide ">
143133 < h1 > Store</ h1 >
@@ -152,5 +142,15 @@ <h3>Buildings</h3>
152142
153143 </ div >
154144 </ div > <!-- end rightSide -->
145+ < div class ="tooltip " id ="tooltip " style ="display: none; ">
146+ < div class ="tooltip-content ">
147+ < p class ="tooltip-name " id ="tooltipName "> Name</ p >
148+ < p class ="tooltip-price " id ="tooltipPrice "> Price</ p >
149+ < p class ="tooltip-description " id ="tooltipDesc "> Description</ p > <!-- Hidden when buildings are hovered since they have no description -->
150+ < p class ="tooltip-quote " id ="tooltipQuote "> "Quote"</ p >
151+ < p class ="tooltip-stats " id ="tooltipProduces "> Produces</ p > <!-- Hidden when upgrades are hovered since they have no produces/producing -->
152+ < p class ="tooltip-stats " id ="tooltipProducing "> Producing</ p >
153+ </ div >
154+ </ div >
155155 </ body >
156156</ html >
0 commit comments