Just did a bit of work to improve font sizes in Pushbutton...

The problem: posts and comments formatted with paragraph tags were at one size (the size I specified in the CSS stylesheet), but anything posted without paragraph tags displayed at a much bigger size - which was kind of ugly.

I fixed this by not specifying a font-size for paragraphs, instead I specified it in ".node .content" and ".comment .content". Now all posts and comments ends up at the same size, as you can see in my two comments below.

You can see a demo of the fix here:

http://www.cortextcommunications.com/pushbutton/node/view/61

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

The spacing between the paragraphs of the comments on your example page seems to differ using Firefox. See the attached screenshot.

Robert Castelo’s picture

OK - this patch also creates the same spacing for formatted paragraphs as unformatted.

The increased paragraph space also works better with the line space used.

Please ignore earlier patch.

Robert Castelo’s picture

Dries’s picture

Committed to both HEAD and the DRUPAL-4-4 branch. Thanks.

Robert Castelo’s picture