aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-16 20:07:49 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-16 20:07:49 -0400
commitadbc06f89a264e73d8fbf0ee4591f9b8d36cdc5c (patch)
treee06472a96e1884b41e62554f0790d9cf1f02318f
parentc40d3f95a39b5b5f52b1bc164b0e65b1c74b06af (diff)
downloadthedroneely.com-adbc06f89a264e73d8fbf0ee4591f9b8d36cdc5c.tar.gz
thedroneely.com-adbc06f89a264e73d8fbf0ee4591f9b8d36cdc5c.tar.bz2
thedroneely.com-adbc06f89a264e73d8fbf0ee4591f9b8d36cdc5c.zip
public/css/tdro: Height fix
-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 * {