Page MenuHomePhabricator

Powered by bugzilla message runs into footer div's border
Closed, ResolvedPublic

Description

This really isn't all that important, but on firefox (linux) the Powered by bugzilla note in the footer runs into the border of the footer div. All that would take to change this is:

in line 1033 of https://bugzilla.wikimedia.org/skins/custom/global.css , change to

#footer {
background-color: white;
border-top: 1px solid #fabd23;
border-bottom: 1px solid #fabd23;
margin: .6em 0 1em 0;
padding: .4em 0 2.1em 0;
text-align: center;
font-size: 90%;
}

or add a
#footer {padding-bottom: 2.1em;} somewhere that takes precedence over the one in custom/global.css

Thanks. - bawolff


Version: unspecified
Severity: trivial
URL: https://bugzilla.wikimedia.org/skins/custom/global.css

Details

Reference
bz15740

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:23 PM
bzimport set Reference to bz15740.

Brion, can you please process this request?

Added the standard footer bits from mediawiki.org, which nicely pads out the space.