aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/index.view.php2
-rw-r--r--public/css/tdro.css5
2 files changed, 5 insertions, 2 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index f74ed15..7955fb7 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -42,7 +42,7 @@
worked on as well as other interesting discoveries.
</p>
- <span class="marginnote leftnote">
+ <span class="quote marginnote leftnote">
<span class="has-text-weight-bold has-margin-bottom-sm is-block">Random Quote</span>
<?php $quote = shell_exec('fortune quotes'); ?>
<?php echo $quote; ?>
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 31039f4..7d29f49 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -5904,9 +5904,12 @@ blockquote p { font-size: 1.3rem !important; color: #333; }
.document .subtitle { margin-top: 0 !important; margin-bottom: 1.5em !important; }
.is-small-caps { font-variant: small-caps; }
-@media (max-width: 768px) { .recent__article .columns { clear: both; } }
.recent__article .marginnote, .recent__article .sidenote { margin-top: 0 !important; }
+@media (max-width: 768px) { .recent__article .columns { clear: both; } }
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .quote { height: 0; } } /* ie quote height fix */
+
+
/* isso comments */
#isso-thread * {