diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-27 17:35:42 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-27 17:35:42 -0500 |
| commit | cb4b1350c16afe54adb2dba1a6b9b7fa548b048e (patch) | |
| tree | 3e636e89509121f25078983b2f9afe53537ad534 /src/web | |
| parent | update crimson (diff) | |
| download | website-cb4b1350c16afe54adb2dba1a6b9b7fa548b048e.tar.gz website-cb4b1350c16afe54adb2dba1a6b9b7fa548b048e.tar.bz2 website-cb4b1350c16afe54adb2dba1a6b9b7fa548b048e.zip | |
fix even more css (for ie4)
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/_views/footer.php | 8 |
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> |