Just to make sure, when you want the StyleSheet tiddler to display
nicely, you have to enclose it in...

/*{{{*/
.myClass{color:red;}
/*}}}*/

Enclosing it only with...
{{{
.myClass{color:red;}
}}}

...will invalidate the whole StyleSheet!

But what's more important ...you are using the theme from MPTW.
Therefore, you must change the section PageTemplate in MptwTheme
instead of the tiddler PageTemplate. Also note that you need to set
the z-index for the #search div in your StyleSheet, so that it wont be
behind the header...

#search {z-index:100;}

I have uploaded a version of your TiddlyWiki for you to play with
here...
http://dl.dropbox.com/u/2040050/group/2010.09.18.%20JB60Wiki.html

Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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