I replaced my frontpage with "view" that lists article teasers. When tags of an article teaser are shown, the following CSS styling is applied and this results in no space between multiple tags:
.node-content .field-type-taxonomy-term-reference ul li { display: inline; } /* css/articles.css */
.block ul li { margin: 0; } /* css/blocks.css */
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Screen Shot 2012-12-05 at 11.38.19.png | 14.86 KB | markconroy |
Comments
Comment #1
markconroy commentedSame happening here, using Sky as a base theme (as in, a theme created from a clone of Sky).
Comment #2
socceronly commentedSame thing happening here. Identical to Mark Conroy post.
Using sky straight up, not sub themed.
I have to say, I really like this theme.
:)
Comment #3
ktrev commentedI also have the same issue..
Did you get the solution for this?
Comment #4
markconroy commentedHi Guys,
Sorry, I had thought originally I had posted a small css fix for this. You can use this in your stylesheet:
Hope that helps.
Comment #5
socceronly commentedFantastic!!
I'll try it out when I get home.
Thanks
:-)
Comment #6
riteshsarraf commentedI wish this was fixed. sky is an awesome simplistic theme.
Comment #7
riteshsarraf commentedI'd liek to add specifics about the fix in my D7 Sky Theme.
File to modify: articles.css
Snippet: