Отказ от абсолютных ссылок https://new-combats.com/* к относительным /*. Замена https://img.new-combats.com на //img.new-combats.tech.
This commit is contained in:
+5
-5
@@ -32,11 +32,11 @@ img {
|
||||
|
||||
div.header {
|
||||
height: 135px;
|
||||
background-image: url(https://new-combats.com/forum_script/img/line_capitalcity.jpg);
|
||||
background-image: url(/forum_script/img/line_capitalcity.jpg);
|
||||
}
|
||||
|
||||
div.footer {
|
||||
background-image: url(https://img.new-combats.com/i/encicl/ln_footer.jpg);
|
||||
background-image: url(//img.new-combats.tech/i/encicl/ln_footer.jpg);
|
||||
background-repeat: repeat-x;
|
||||
background-color: black;
|
||||
padding: 12px;
|
||||
@@ -54,9 +54,9 @@ hr {
|
||||
display: block;
|
||||
height: 11px;
|
||||
border: 0;
|
||||
background-image: url(https://img.new-combats.com/ram12_33.gif),
|
||||
url(https://img.new-combats.com/ram12_35.gif),
|
||||
url(https://img.new-combats.com/ram12_34.gif);
|
||||
background-image: url(//img.new-combats.tech/ram12_33.gif),
|
||||
url(//img.new-combats.tech/ram12_35.gif),
|
||||
url(//img.new-combats.tech/ram12_34.gif);
|
||||
background-position: left top,
|
||||
right top,
|
||||
center top;
|
||||
|
||||
Reference in New Issue
Block a user