Hi Stobot, 

In your particular usecase it's the h4 margin-bottom that's the problem. 

So you may be able to use something like this: 

!!!!.test Your heading text

Add the following to MyCSS:

.test {
  margin-bottom: 5px;
}

or something similar. ... This method will add a class="test" to your 
heading element. So it won't change h4 globally, which may not be wanted. 
... If you want to change h4 globally, just replace .test above with 

h4 {
  margin-bottom: 5px;
}

But I would not recommend this. .. 

have fun!
mario

-- 
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/7f5e9339-f0b7-44ca-9a13-d77a6a0d7975%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to