diff --git a/source/content.css b/source/content.css index 4c3555dbc611..4b240fc50a2a 100644 --- a/source/content.css +++ b/source/content.css @@ -3,6 +3,11 @@ --github-red: #cb2431; } +/* GitHub bug: releases page has unwanted bullet points */ +.release-timeline-tags { + list-style: none; +} + .subscribe-feed { display: none !important; }