Since I started using the taxonomy and tagging nodes with vocabulary terms I found that on node pages that have NO terms selected the first line of text is indented (as if terms were expected to be shown in the first liine).
See screenshot attached
Hopefully this is an easy one to fix.
thanks
Bill.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | theme_conditionals.patch | 3.12 KB | alpritt |
| #2 | taxonomy_remove_padding.patch | 1.7 KB | magico |
| screenshot1.jpg | 9.77 KB | billtubbs |
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