summaryrefslogtreecommitdiff
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
parentupdate crimson (diff)
downloadwebsite-cb4b1350c16afe54adb2dba1a6b9b7fa548b048e.tar.gz
website-cb4b1350c16afe54adb2dba1a6b9b7fa548b048e.tar.bz2
website-cb4b1350c16afe54adb2dba1a6b9b7fa548b048e.zip
fix even more css (for ie4)
-rw-r--r--src/scss/ie/ie4.scss4
-rw-r--r--src/scss/main.scss2
-rw-r--r--src/web/_views/footer.php8
3 files changed, 9 insertions, 5 deletions
diff --git a/src/scss/ie/ie4.scss b/src/scss/ie/ie4.scss
index e2335a7..d054060 100644
--- a/src/scss/ie/ie4.scss
+++ b/src/scss/ie/ie4.scss
@@ -8,6 +8,10 @@
*/
#header {
+ .logo-text {
+ line-height: auto;
+ }
+
#nav li {
padding: 0px !important;
margin: 0px !important;
diff --git a/src/scss/main.scss b/src/scss/main.scss
index 3a3a149..2013291 100644
--- a/src/scss/main.scss
+++ b/src/scss/main.scss
@@ -168,7 +168,7 @@ body,
}
}
- #logo {
+ #logo, #logo img {
@include border-radius($inner-radius);
float: left;
height: $logo-width;
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>