[tw] Re: Controlling spacing of lists

2011-04-11 Thread Craig in Calgary
If anyone is interested, I take a different approach to eliminating the unwanted whitespace between various rendered elements. I have a transclusion tiddler, crlf, which contains: htmlhr style=margin: -1.25em 0; width: 0;/html. Anywhere I need to pull up the content to close a gap I place tiddler

[tw] Re: Controlling spacing of lists

2011-03-13 Thread AndrewMc
Thank you Colm. I used your suggestion which worked perfectly in Firefox: .compactList + br { display: none; } Cheers Andrew Mc On Friday, March 11, 2011 10:55:14 PM UTC+13, colmjude wrote: With a heading, it is not possible to use: *{{compactList{ *Compact item 1 *Compact item

[tw] Re: Controlling spacing of lists

2011-03-11 Thread colmjude
*Normal item 1 *Normal item 2 }}} Paragraph after Normal List {{compactList{ *Compact item 1 *Compact item 2 }}} Paragraph after Compact List You could try this instead of the above: *Normal item 1 *Normal item 2 Paragraph after Normal List {{compactList{ *Compact item 1 *Compact

[tw] Re: Controlling spacing of lists

2011-03-11 Thread AndrewMc
Thank you, Colm. That solves the problem in a simple way. However, I have another related problem: instead of following the list with text in a new paragraph, I also have a case where I want to follow the list with a heading. For example: *{{compactList{ *Compact item 1 *Compact item 2 }}}

[tw] Re: Controlling spacing of lists

2011-03-11 Thread colmjude
With a heading, it is not possible to use: *{{compactList{  *Compact item 1  *Compact item 2  }}} !!!Heading after Compact List* Does anyone have a suggestion I can try for this situation? If you don't want any of the brs in tiddler to show you could include this in your stylesheet: