From 4251e3c2d539b3936c3dda8d9cc395525171d13d Mon Sep 17 00:00:00 2001 From: Lukasz Klis Date: Fri, 12 Jan 2018 05:07:28 +0100 Subject: [PATCH] Unhide footer links in Trending page (#980) --- source/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content.css b/source/content.css index e68272d98003..b3e24a6660e7 100644 --- a/source/content.css +++ b/source/content.css @@ -790,7 +790,7 @@ a.tabnav-extra[href$='mastering-markdown/'] { body > .footer { opacity: 0.3; } -body > .footer ul:first-of-type li:first-of-type { /* The `© 2017 GitHub, Inc.` text */ +body > .footer > div > ul:first-of-type li:first-of-type { /* The `© 2017 GitHub, Inc.` text */ display: none; } .footer-octicon {