Topics

User Functions

Events

There are no upcoming events

What's New

Stories

1 new Stories in the last 2 weeks

Comments last 2 weeks


Trackbacks last 2 weeks

No new trackback comments

Links last 2 weeks

No recent new links

NEW FILES last 14 days

No new files

Welcome to Geeklog Saturday, May 25 2013 @ 05:55 PM EDT

The following comments are owned by whomever posted them. This site is not responsible for what they say.

  • Geeklog 1.4.1 beta 2
  • Authored by:gtgillis on Monday, December 04 2006 @ 11:37 PM EST
I think that the <h3>'s in function COM_whatsNewBlock (in lib-common.php) make the text to big. I changed it to <h2> and it looks better.

Can the formatting be moved out to a template and css?
  • Geeklog 1.4.1 beta 2
  • Authored by:Dirk on Tuesday, December 05 2006 @ 02:02 AM EST

CSS, baby:

h2 {
  font-size:100%;
}

(a straight quote from the Professional theme's style.css, btw)

bye, Dirk