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 {
|
||||
padding: 50px;
|
||||
padding-left: 0;
|
||||
margin: 0 0 50px 0;
|
||||
padding: 0;
|
||||
color: white;
|
||||
font-family: 'Roboto';
|
||||
bottom: 10px;
|
||||
width: 100%;
|
||||
font-size: 15px;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#foundcounterno {
|
||||
padding: 50px;
|
||||
padding-left: 0;
|
||||
margin: 0 0 70px 0;
|
||||
padding: 0;
|
||||
color: white;
|
||||
font-family: 'Roboto';
|
||||
bottom: 30px;
|
||||
bottom: 10px;
|
||||
width: 100%;
|
||||
font-size: 15px;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
|
@ -23,8 +23,8 @@
|
||||
<img src="img/favicon.png" onclick="location.href='index.html';">
|
||||
<li><a href="sites-indexed.html"> Sites Indexed </a></li>
|
||||
<li><a href="terms.html"> Terms of Use </a></li>
|
||||
<li id="foundcounterno" class="count">0</li>
|
||||
<li id="foundcounter">Games Found</li>
|
||||
<h5 id="foundcounterno" class="count">0</h5>
|
||||
<h5 id="foundcounter">Games Found</h5>
|
||||
<h4>Copyright <script type="text/javascript">document.write(new Date().getFullYear());</script><br>IdleEndeavor</h4>
|
||||
</ul>
|
||||
</nav>
|
||||
|
Loading…
x
Reference in New Issue
Block a user