Closed (fixed)
Project:
Golden Hour
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Mar 2007 at 13:44 UTC
Updated:
17 Apr 2007 at 14:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
jwolf commentedCould you be a little more specific?
Comment #2
jonnyz commentedNo problem. For instance, the default theme on Drupal.org uses boxes/borders around each comment. You can look at any of the comments pages but here is one for quick reference : http://drupal.org/node/46143
It just makes it easier to delineate between comments and provide some visual structure to the flow.
What would be even more fantastic is if there was a way to connect parent and child comments with lines in order to draw the path. I have not seen that done but it could be useful.
Does that make better sense?
Thanks.
Comment #3
jwolf commentedIf you'd like to add a border around the comments you'll need to edit the theme's style sheet:
In the style.css file (the 5.x-2.x-dev version), lines 259 - 264 will now be as follows:
Also change line 231 (the links class) to:
The above will add a border to all comments and a light background color.
Because I'm hooked on screenshots, I've attached one of the new comments style.
I'll add the comments' styling change to the next release.
Comment #4
jwolf commentedI'll leave this feature request as active until I apply the changes to the next release.
Comment #5
jwolf commentedThis has been added to the 5.x.2.2 release version
Comment #6
jonnyz commentedWorks great. Thanks!
Comment #7
jwolf commented