summaryrefslogtreecommitdiff
path: root/src/web/_views/footer.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-27 17:35:42 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-27 17:35:42 -0500
commitcb4b1350c16afe54adb2dba1a6b9b7fa548b048e (patch)
tree3e636e89509121f25078983b2f9afe53537ad534 /src/web/_views/footer.php
parentupdate crimson (diff)
downloadwebsite-cb4b1350c16afe54adb2dba1a6b9b7fa548b048e.tar.gz
website-cb4b1350c16afe54adb2dba1a6b9b7fa548b048e.tar.bz2
website-cb4b1350c16afe54adb2dba1a6b9b7fa548b048e.zip
fix even more css (for ie4)
Diffstat (limited to '')
-rw-r--r--src/web/_views/footer.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php
index 70b1b13..f4395dd 100644
--- a/src/web/_views/footer.php
+++ b/src/web/_views/footer.php
@@ -7,10 +7,10 @@
$footer_text = '';
}
?>
- <div id="ad" class="section ad-slot" role="region">
- <span class="ad-slot">
- <?=lang('adblock_notice')?>
- </span>
+ <div class="ad-slot">
+ <div id="ad" class="section" role="region">
+ <span><?=lang('adblock_notice')?></span>
+ </div>
</div>
</div>
</div>