summaryrefslogtreecommitdiff
path: root/docs/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog')
-rw-r--r--docs/changelog/css/combo.css6
-rw-r--r--docs/changelog/img/iggdrasil.pngbin24423 -> 30549 bytes
-rw-r--r--docs/changelog/template.html3
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/changelog/css/combo.css b/docs/changelog/css/combo.css
index 0c1e938dd..1a41b8c9d 100644
--- a/docs/changelog/css/combo.css
+++ b/docs/changelog/css/combo.css
@@ -889,3 +889,9 @@ nav ul li:hover, nav ul li.active {
}
}
+body {
+ background-image: url("https://ishtar-archeo.net/changelog/img/iggdrasil.png");
+ background-repeat: no-repeat;
+ background-position: calc(100% - 20px) 20px;
+ margin: 40px;
+} \ No newline at end of file
diff --git a/docs/changelog/img/iggdrasil.png b/docs/changelog/img/iggdrasil.png
index e33f4b020..c07957393 100644
--- a/docs/changelog/img/iggdrasil.png
+++ b/docs/changelog/img/iggdrasil.png
Binary files differ
diff --git a/docs/changelog/template.html b/docs/changelog/template.html
index 309f517ce..2a6361ba7 100644
--- a/docs/changelog/template.html
+++ b/docs/changelog/template.html
@@ -9,9 +9,6 @@
<link rel="stylesheet" href="css/combo.css">
</head>
<body>
- <div class="container center">
- <p><a href="https://www.iggdrasil.net"><img src="img/iggdrasil.png"></a></p>
- </div>
<div class='container'>
$body$
</div>