Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2006 at 18:48 UTC
Updated:
16 Jan 2010 at 11:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
afathman commentedI modified my styles.css in my theme to fix this, commenting out the padding:
.node .taxonomy {
color: #999;
font-size: 0.8em;
/*padding: 1.5em;*/
}
I'm not using the taxonomy module so I don't know what this does if you are using it... but should give you a place to start...
Comment #2
magico commentedConfirmed,
This is a theme (both bluemarine and pushbutton) problem. Patch attached.
Comment #3
magico commentedThis patch also applies to 5.x-dev. Thanks
Comment #4
killes@www.drop.org commentedmoving to 5, will backport once committed.
Comment #5
drummThe code in bluemarine uses
{ }, so that style should be followed for that file.Comment #6
alpritt commentedI added conditionals to the $submitted variables as well. Also cleaned up code style. This is against HEAD.
Comment #8
silverwing commentedThis came up in Core Patch Bingo - is this still something that needs to be worked on?
Comment #9
aspilicious commentedThese themes are history, I'm closing this...
Open if you disagree