BB logo sizing

A discussion area for issues about Glorious Noise: bug reports, feature requests, etc.

Moderators: Jake, D. Phillips

Post Reply
Jake
GLONO Team Member
Posts: 33526
Joined: Sun Sep 09, 2001 8:00 pm
Location: Michigan

BB logo sizing

Post by Jake »

When we upgrade our bb software I need to remember to update the following in common.css:

Code: Select all

.site_logo {
	background-repeat: no-repeat;
	display: inline-block;
	width: 149px;
	height: 52px;
	[b]background-size: 149px 52px; [/b]
}
(Add the bold part.)
Post Reply