Njw has uploaded a new change for review. https://gerrit.wikimedia.org/r/64597
Change subject: Fix header margin, that accidentally got botched in an earlier merge conflict. ...................................................................... Fix header margin, that accidentally got botched in an earlier merge conflict. I screwed up a conflict resolution setting the margin incorrectly with this: https://gerrit.wikimedia.org/r/#q,If3ce941d4563108d279e077ab508c178ba629cda,n,z Change-Id: I6420d6e4fdb83705ab11400d741db017008c8009 --- M assets/erudite.css 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/erudite refs/changes/97/64597/1 diff --git a/assets/erudite.css b/assets/erudite.css index fed9a46..ed5fd57 100644 --- a/assets/erudite.css +++ b/assets/erudite.css @@ -54,7 +54,7 @@ a:active {color:#55f;} /* Header */ -#header-wrap {background-color:#333; background-repeat: repeat; background-image: url(images/stripes.png); margin-bottom:2em; padding:1em 0;} +#header-wrap {background-color:#333; background-repeat: repeat; background-image: url(images/stripes.png); padding:1em 0;} #header h1, #header h1 a {color:#fff; text-decoration:none; line-height:1; margin:0;} #blog-description {font-size:1.4em; color:#fff;} -- To view, visit https://gerrit.wikimedia.org/r/64597 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6420d6e4fdb83705ab11400d741db017008c8009 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/skins/erudite Gerrit-Branch: master Gerrit-Owner: Njw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
