Skip to content

Commit

Permalink
Fix GitHub's own CSS bug in releases page (refined-github#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jan 8, 2018
1 parent de678f7 commit b460971
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b460971

Please sign in to comment.