Thanks Stephan and Jeremy! I ultimately went with Stephan's fix because my ul styles always include double spacing and bullets, and I don't want that for the TiddlerInfo panel.
Dave On Wed, Oct 23, 2013 at 2:40 AM, Jeremy Ruston <[email protected]>wrote: > Hi Dave > > This is the pesky inline vs. block behaviour rearing it's head again. The > quickest fix would be to add `type="ul"` to each of the <$list> widgets: > > |tiddlerinfotable|k > |''Listed (parent topics):''<br><$list > filter="[is[current]listed[]!is[system]]" itemClass="tw-menu-list-item" > emptyMessage="This tiddler is not listed by any others" > type="ul"/>|''References (links to this tiddler):''<br><$list > filter="[is[current]backlinks[]sort[title]]" emptyMessage="No tiddlers link > to this one" type="ul"></$list><br>''Tagging (tiddlers tagged with this > one):''<br><$list filter="[is[current]tagging[]]" > itemClass="tw-menu-list-item" emptyMessage="No tiddlers are tagged with > this one" type="ul"/>| > |''List (subtopics):''<br><$list filter="[list{!!title}]" > itemClass="tw-menu-list-item" emptyMessage="This tiddler does not have a > list" type="ul"/>|~| > > Best wishes > > Jeremy > > > > On Wed, Oct 23, 2013 at 6:55 AM, Stephan Hradek > <[email protected]>wrote: > >> Does this CSS help? >> >> body span.tw-list-frame span.tw-list-element { >> display:block; >> } >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TiddlyWiki" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/tiddlywiki. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Jeremy Ruston > mailto:[email protected] > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/maQed673d8I/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/groups/opt_out. > -- David Gifford Christian Reformed World Missions, Mexico City -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

