Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Deprecated on September 11, 2008, 06:06:37 AM

Title: [Beta 4] Top index CSS borked? Moderators\' names got bigger
Post by: Deprecated on September 11, 2008, 06:06:37 AM
I'm trying to figure out why the Beta 4 has the moderators' names bigger than in 3.1.

Was that intentional?

Am I delusional?

They look bigger than I recall in 3.1. All my 3.1 forums are gone now so I can't compare them directly, but I'm sure the moderators' names were in small type.


ETA:

Well I see why now.  Here's a snip off the main index HTML source:

<p class="moderators">Moderator: <a href="{your url}/index.php?action=profile;u=1" title="Board Moderator">Mod Name</a></p>

The problem is that there is no class "moderators" in style.css.
Title: Re: [Beta 4] Top index CSS borked? Moderators' names got bigger
Post by: Deprecated on September 11, 2008, 06:20:28 AM
The fix:

Find:/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
   font-size: 0.8em;
   font-family: verdana, sans-serif;
}


Change the line under the comment to this: .smalltext, .moderators
Title: Re: [Beta 4] Top index CSS borked? Moderators' names got bigger
Post by: Deprecated on September 11, 2008, 06:59:01 AM
The text in "Upcoming Calendar" is borked too. The birthdays should be .smalltext or the equivalent.