Last modified: 2008-12-19 02:12:56 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T17740, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15740 - Powered by bugzilla message runs into footer div's border
Powered by bugzilla message runs into footer div's border
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Bugzilla (Other open bugs)
unspecified
All All
: Normal trivial (vote)
: ---
Assigned To: Brion Vibber
https://bugzilla.wikimedia.org/skins/...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-27 02:57 UTC by Bawolff (Brian Wolff)
Modified: 2008-12-19 02:12 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bawolff (Brian Wolff) 2008-09-27 02:57:18 UTC
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
Comment 1 Siebrand Mazeland 2008-10-20 22:28:38 UTC
Brion, can you please process this request?
Comment 2 Brion Vibber 2008-12-19 02:12:56 UTC
Added the standard footer bits from mediawiki.org, which nicely pads out the space.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links