That won't work because the .title element is a block element, which means 
it stretches to fill the parent container. One way to achieve the effect you 
want is to edit your PageTemplate:

change this line:

<div class='title' macro='view title'></div>

to this:

<div class='title' ><span class="highlightTitle" macro='view 
title'></span></div>


then in your StyleSheet add:

.highlightTitle{
background-color:#6F0;
}


Regards,
axs

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/tU8Q9a1I-n0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to