mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 17:44:22 +00:00
Merge pull request #415 from DracoMilesX/master
small fix, mixed content http/https
This commit is contained in:
@@ -8949,7 +8949,7 @@ div.plus table#plus_features td.preview img.att_mark {
|
||||
width: 200px;
|
||||
}
|
||||
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;
|
||||
width: 129px;
|
||||
}
|
||||
@@ -9084,4 +9084,4 @@ input.accept{width:12px;height:12px;background-image:url(../../img/a/acc.gif);}
|
||||
#Frame {
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8905,7 +8905,7 @@ div.plus table#plus_features td.preview img.att_mark {
|
||||
width: 200px;
|
||||
}
|
||||
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;
|
||||
width: 129px;
|
||||
}
|
||||
@@ -9040,4 +9040,4 @@ input.accept{width:12px;height:12px;background-image:url(../../img/a/acc.gif);}
|
||||
#Frame {
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -204,7 +204,7 @@ AccessLogger::logRequest();
|
||||
</div>
|
||||
<div id="footer">
|
||||
<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">
|
||||
<li><a href="anleitung.php?s=3"><?php echo FAQ; ?></a>|</li>
|
||||
<li><a href="index.php?screenshots"><?php echo SCREENSHOTS; ?></a>|</li>
|
||||
|
||||
Reference in New Issue
Block a user