Remove the browser's default margin-top from tags_on_this_page ul.

This commit is contained in:
voussoir 2020-11-03 16:38:33 -08:00
parent c9eacbef2f
commit 52e0ebc5f9

View file

@ -76,6 +76,7 @@
#tags_on_this_page_list
{
list-style-type: none;
margin: 0;
padding: 0;
position: absolute;
top: 0;