See here http://drupal.org/files/old.png currently 'submitted by' meta information on nodes takes up 100% of the node width, and is a bit of a lump at the top of node distracting from the content.

Here's my solution http://drupal.org/files/new.png which deals with the submitted data in page.tpl.php (which is easy enough to do because we have $node to play with), floated to the right and sized consistently.

(PS: it looks like I'm the first on d.o to ever upload files with the names 'new.png' and 'old.png', how unlikely was that!)

CommentFileSizeAuthor
new.png71.24 KBlightsurge
old.png45.76 KBlightsurge

Comments

cpliakas’s picture

I like the lack of clutter! Looks much better. Linking to #1271130: Better solution for node links. as this post seems to have a similar goal.

lsolesen’s picture

Version: » 6.x-2.x-dev
Issue summary: View changes