Basically what the title says: the links at the bottom of comments are not inline with the "»". They need to have the class "inline" as well as "links".

See screenies.

CommentFileSizeAuthor
ideal.png264.44 KBXorothal
current.png264.41 KBXorothal

Comments

Xorothal’s picture

Sorry, should have mentioned I'm using FF (IceWeasel) 2.0.0.12

Xorothal’s picture

Status: Active » Closed (fixed)

After some searching and experimenting, I have found that this is an issue with Drupal, not with Dreamy. Line 1682 of modules/comment/comment.module should be $variables['links'] = isset($variables['links']) ? theme('links', $variables['links'], array('class' => 'links inline')) : ''; rather than $variables['links'] = isset($variables['links']) ? theme('links', $variables['links']) : '';