New theme

I figured, that with all the past year has brought, it was about time with a change of appearance. At some point I might make my own wordpress theme, but until that day I’ll be using infimum which, as you can plainly see, is a very minimal theme.

4 comments.

  1. It seems that this theme does not like very short blog headlines. So I’ve put a min-width: 6em into the #header h1 {} definition.

    So this becomes:

    #header h1 {
    margin: 0em;
    border: 0px solid gray;
    padding: 0em;
    font-size: 4em;
    line-height: 0.75em; /* weird IE7 bug fix */
    float: left;
    min-width: 6em;
    }

  2. It’s boring Mads!

  3. Then it’s a perfect fit. I write nothing but boring stuff.

  4. It suits your glasses…

Post a comment.