Hi Dave, Tobias and Mat

Well, in principle one could remove spacing after e.g. p in general and add 
it again, where it is missing – omitting to add it to ul/ol preceded by a 
p. Something like this: 

p {
  margin-bottom: 0;
}

p + p, h1 + p, h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 1em;
}

ul {
  margin-top: 0;
}

But this could become a lot of work, I am afraid …

Have a great day!
Thomas

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b648a803-06e3-4bbd-be5a-3e7d46060894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to