Remove the browser's default margin-top from tags_on_this_page ul.
This commit is contained in:
parent
c9eacbef2f
commit
52e0ebc5f9
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
||||||
#tags_on_this_page_list
|
#tags_on_this_page_list
|
||||||
{
|
{
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in a new issue