mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-30 14:44:27 +02:00
fixed counter error
This commit is contained in:
parent
cd3410dc5a
commit
7b23ca9120
@ -72,22 +72,24 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#foundcounter {
|
#foundcounter {
|
||||||
padding: 50px;
|
margin: 0 0 50px 0;
|
||||||
padding-left: 0;
|
padding: 0;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'Roboto';
|
font-family: 'Roboto';
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 15px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
#foundcounterno {
|
#foundcounterno {
|
||||||
padding: 50px;
|
margin: 0 0 70px 0;
|
||||||
padding-left: 0;
|
padding: 0;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'Roboto';
|
font-family: 'Roboto';
|
||||||
bottom: 30px;
|
bottom: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 15px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,8 +23,8 @@
|
|||||||
<img src="img/favicon.png" onclick="location.href='index.html';">
|
<img src="img/favicon.png" onclick="location.href='index.html';">
|
||||||
<li><a href="sites-indexed.html"> Sites Indexed </a></li>
|
<li><a href="sites-indexed.html"> Sites Indexed </a></li>
|
||||||
<li><a href="terms.html"> Terms of Use </a></li>
|
<li><a href="terms.html"> Terms of Use </a></li>
|
||||||
<li id="foundcounterno" class="count">0</li>
|
<h5 id="foundcounterno" class="count">0</h5>
|
||||||
<li id="foundcounter">Games Found</li>
|
<h5 id="foundcounter">Games Found</h5>
|
||||||
<h4>Copyright <script type="text/javascript">document.write(new Date().getFullYear());</script><br>IdleEndeavor</h4>
|
<h4>Copyright <script type="text/javascript">document.write(new Date().getFullYear());</script><br>IdleEndeavor</h4>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user