Doesn't look great out of the box. Either needs theme('links') or whatever it is which does inline with commas, or some css.

Comments

yoroy’s picture

Version: 7.x-dev » 8.x-dev

Default output (looking at Stark) is indeed a list like in the screenshot above (which is fine I think).
Bartik styles this to be inline.
Garland doesn't.

betovarg’s picture

Component: taxonomy.module » Stark theme
Status: Active » Needs review
Issue tags: +dlatino, +drupalcr
StatusFileSize
new535 bytes

I added some lines to the Stark's layout.css to show the links inline, the markup show the terms as divs.

jleiva’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new115.73 KB

Tested successfully on Drupal 8.x-dev, attached screenshot.

catch’s picture

Status: Reviewed & tested by the community » Needs work

We should not add any module-specific styling to stark, this issue was primarily about Garland which is no longer in core.

It might be worth checking to see what the Seven theme does.

betovarg’s picture

Status: Needs work » Closed (fixed)

In that case, seven is fixed. it does show the terms inline.