I used to use the trick to hide the <br>s completely too, but thanks for 
sharing about using smaller "margin-top"!

Eric Shulman於 2013年10月3日星期四UTC+8上午10時01分14秒寫道:
>
>
>
> On Wednesday, October 2, 2013 4:03:09 PM UTC-7, Tobias Beer wrote:
>>
>> This might take care of it...
>>
>> span[refresh="content"] + br {
>>     display:none;
>> }
>>
>>
>>
> The above will hide the newline following *every* <<tiddler>> macro, not 
> just those preceding headings.  For example, when writing:
>    <<tiddler Foo>>
>    <<tiddler Bar>>
>    <<tiddler Baz>>
> the newlines following the macros are intended to be displayed so that 
> each tiddler's content begins on a separate line.
>
> However, your suggestion does give me an idea for being even more specific:
>
> span[refresh="content"] + br + H1 { margin-top: -0.5em;
> }
>
> which will only affect the rendered display when using this exact sequence:
>    <<tiddler ...>>
>    !heading
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
>
> HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
>    http://www.TiddlyTools.com/#Donations
>
> Professional TiddlyWiki Consulting Services...
> Analysis, Design, and Custom Solutions:
>    http://www.TiddlyTools.com/#Contact
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to