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.

Comments

afathman’s picture

I 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...

magico’s picture

Version: 4.7.3 » 4.7.x-dev
Component: taxonomy.module » theme system
Status: Active » Needs review
StatusFileSize
new1.7 KB

Confirmed,

This is a theme (both bluemarine and pushbutton) problem. Patch attached.

magico’s picture

This patch also applies to 5.x-dev. Thanks

killes@www.drop.org’s picture

Version: 4.7.x-dev » 5.x-dev

moving to 5, will backport once committed.

drumm’s picture

Status: Needs review » Needs work

The code in bluemarine uses { }, so that style should be followed for that file.

alpritt’s picture

Version: 5.x-dev » 7.x-dev
Status: Needs work » Needs review
StatusFileSize
new3.12 KB

I added conditionals to the $submitted variables as well. Also cleaned up code style. This is against HEAD.

Status: Needs review » Needs work

The last submitted patch failed testing.

silverwing’s picture

This came up in Core Patch Bingo - is this still something that needs to be worked on?

aspilicious’s picture

Status: Needs work » Closed (fixed)

These themes are history, I'm closing this...

Open if you disagree