Merge pull request #415 from DracoMilesX/master

small fix, mixed content http/https
This commit is contained in:
Martin Ambrus
2017-12-04 22:29:26 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8949,7 +8949,7 @@ div.plus table#plus_features td.preview img.att_mark {
width: 200px; width: 200px;
} }
div.logout img.roman, div.signup img.roman { div.logout img.roman, div.signup img.roman {
background-image: url("http://img.travian.org/img/de/temp/roemer.gif"); background-image: url("../../img/un/h/roemer.jpg");
height: 156px; height: 156px;
width: 129px; width: 129px;
} }
+1 -1
View File
@@ -8905,7 +8905,7 @@ div.plus table#plus_features td.preview img.att_mark {
width: 200px; width: 200px;
} }
div.logout img.roman, div.signup img.roman { div.logout img.roman, div.signup img.roman {
background-image: url("http://img.travian.org/img/de/temp/roemer.gif"); background-image: url("../../img/un/h/roemer.jpg");
height: 156px; height: 156px;
width: 129px; width: 129px;
} }
+1 -1
View File
@@ -204,7 +204,7 @@ AccessLogger::logRequest();
</div> </div>
<div id="footer"> <div id="footer">
<div class="container"> <div class="container">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/" class="logo"><img alt="Licencia Creative Commons" style="border-width:0; height:31px; width:88px;" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" class="logo_traviangames" /></a> <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/" class="logo"><img alt="Licencia Creative Commons" style="border-width:0; height:31px; width:88px;" src="https://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" class="logo_traviangames" /></a>
<ul class="menu"> <ul class="menu">
<li><a href="anleitung.php?s=3"><?php echo FAQ; ?></a>|</li> <li><a href="anleitung.php?s=3"><?php echo FAQ; ?></a>|</li>
<li><a href="index.php?screenshots"><?php echo SCREENSHOTS; ?></a>|</li> <li><a href="index.php?screenshots"><?php echo SCREENSHOTS; ?></a>|</li>