css: remove 5px margin above page header.
The "Danbooru" link in the header had a 5px top margin, which created a small gap above the page that caused mode menu backgrounds to show through in an ugly way.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
header#top {
|
header#top {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
margin: 5px 30px 0 30px;
|
margin: 0px 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
menu {
|
menu {
|
||||||
|
|||||||
Reference in New Issue
Block a user