SMF Support > SMF 2.0.x Support

[Beta 4] Top index CSS borked? Moderators\' names got bigger

(1/1)

Deprecated:
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:


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

The problem is that there is no class "moderators" in style.css.

Deprecated:
The fix:

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

Change the line under the comment to this: .smalltext, .moderators

Deprecated:
The text in "Upcoming Calendar" is borked too. The birthdays should be .smalltext or the equivalent.

Navigation

[0] Message Index

Go to full version