I have this in the MainMenu Tiddler:
{{leftjustify{[[Test1]]}}}
{{indent{[[Test2]]}}}
And these in the StyleSheet:
.leftjustify{
text-align: left;
}
.indent{
text-align:left;margin-left:1em;
}
What I get in the main menu is right justified Test1 and a second
line, Test2, also right justified.
Would !important help? And if so, how do I code that into what I have
above?
What I would like to appear would be the following, left justified in
the main menu:
Test1
Test2
Thanks...
Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---