aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2023-06-05 18:03:11 -0400
committerThedro Neely <thedroneely@gmail.com>2023-06-05 18:03:11 -0400
commit4aec12155de832be5b603b706d3dace9895a8a5f (patch)
tree13055dbb4140b24edab5b80652a0fdd47227dad6 /app
parent1cb3e3c866bbf16f020ed37080d4f3590f90806b (diff)
downloadthedroneely.com-4aec12155de832be5b603b706d3dace9895a8a5f.tar.gz
thedroneely.com-4aec12155de832be5b603b706d3dace9895a8a5f.tar.bz2
thedroneely.com-4aec12155de832be5b603b706d3dace9895a8a5f.zip
public/css: article-meta-top -> article header
Diffstat (limited to 'app')
-rw-r--r--app/views/snippets/stylesheets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php
index 7eb1c06..62b2ad9 100644
--- a/app/views/snippets/stylesheets.php
+++ b/app/views/snippets/stylesheets.php
@@ -8,7 +8,7 @@
<style>
article-comments,
[href="#isso-thread"],
- article-meta-top aside:nth-child(2) svg:first-child {
+ article header aside:nth-child(2) svg:first-child {
display: none;
}
</style>