define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); Comments on: Theme change https://norunnyeggs.com/2008/11/theme-change/ The repository of one hard-boiled egg from the south suburbs of Milwaukee, Wisconsin (and the occassional guest-blogger). The ramblings within may or may not offend, shock and awe you, but they are what I (or my guest-bloggers) think. Fri, 14 Nov 2008 13:20:34 +0000 hourly 1 https://wordpress.org/?v=6.9 By: steveegg https://norunnyeggs.com/2008/11/theme-change/comment-page-1/#comment-36575 Fri, 14 Nov 2008 13:20:34 +0000 https://norunnyeggs.com/?p=3927#comment-36575 I just made that change in my copy. Hadn’t noticed that shrunk the text in the comment box. Guess that’s why it’s still officially a “beta”.

I’ve just started using tags, so I’m just finding out how ugly the tag widget is (I know I’m lazy, but I just didn’t feel like hacking support into the previous version). I tried to make a replacement links widget that allows one to control how the links are displayed, but I’m not quite that handy with the code. The closest I got was to hard-code the random display into the functions.php file (which is where I also put the Automattic-recommended change for the search box).

]]>
By: Mike Little https://norunnyeggs.com/2008/11/theme-change/comment-page-1/#comment-36574 Fri, 14 Nov 2008 08:44:17 +0000 https://norunnyeggs.com/?p=3927#comment-36574 Hi Steve, glad you like the updated theme.

Ooh I’ve just noticed the text in this box is really tiny! Hmmm… OK. line 214 of blue-skin.css has to go.
It’s in the rule for selector #commentform textarea, #centreblock textarea, #menu textarea. The line font-size: 90%; should be removed. I’ll need to issue an update.

Anyway, I too think the default tags widget is too restrained! I think my next project might be a replacement for the built in tags widget. I think there are a couple of links widget plugins out there, but I’m not sure they do all one would want.

]]>