On May 27, 5:07 pm, Grant <[email protected]> wrote:
> OK, that makes the lists more compact in Notestorm, but I still have
> an extra space above and below the lists, more than between say normal
> paragraphs even... so it still is not quite what I want..

You can insert the following CSS near the list definition you
disabled.

.viewer ul, .viewer ol {
  margin-top: .5em;
  margin-bottom: .5em;
}

which will reduce the space in front and at the bottom by half.
1 em .. 16px   depending on your browser settings.

ul .. unordered list  -> TW syntax:  * list
ol .. ordered list -> TW syntax: # list

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to