• Skip to main content
  • Skip to secondary navigation
  • Skip to footer

The JackB

"When you're in jail, a good friend will be trying to bail you out. A best friend will be in the cell next to you saying, 'Damn, that was fun'." Groucho Marx

  • About Jack
    • Other Places You Can Find Me
  • Contact Me
    • Disclosure
  • About Jack
    • Other Places You Can Find Me
  • Contact Me
    • Disclosure

Template Help

November 27, 2004 by Jack Steiner 2 Comments

Share
Pin
Share
0 Shares

Since I switched to Firefox there have been a couple of weird glitches, one is for some reason it appears that the font size has shrunk. I am not sure why, but I am working on it.

If you are proficient at coding and want to offer your help it will be gratefully accepted. In the interim I need to eat breakfast.

(Visited 43 times, 1 visits today)

Share this:

  • Share
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on X (Opens in new window) X
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pinterest (Opens in new window) Pinterest

Filed Under: Uncategorized

Things You Might Read

Reader Interactions

Comments

  1. Jack's Shack says

    November 27, 2004 at 10:02 pm

    Thank you, thank you.

    Reply
  2. ricknight says

    November 27, 2004 at 7:22 pm

    Display fonts for posts are controlled in the section that starts with the following;

    /* Posts
    ———————————————– */

    You can specify font type, weight, and size to be a specific value. Anything not set gets the browser defaults..

    For example;

    .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }

    You could change is to;

    .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    font-size:110%;
    font-weight:normal;
    }

    this would increase the font size slightly. You could also specify in pts values 12pts, 14pts, etc.

    This is an embedded CSS (Cascading Style Sheet). You can google that and find out lots of pedantic info about altering the look and feel using fonts only.

    Cheers
    Ric

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Footer

Things Someone Wrote

The Fabulous Archives

Copyright © 2025 · Jack Steiner