noamtm wrote:
> In some wiki pages, or sections of pages, I want to have smaller
> fonts. Is it possible to do?
> I don't mind adding something like:
> {{{#!html [code to make the rest of the page smaller] }}}
> to the section start if that would do the trick.
>
In Trac 0.11, you can achieve this effect with the #!div blocks and the
attribute style="font-size: 80%", for example.
Example:
== Normal Section ==
This text has normal size
{{{
#!div style="font-size: 80%"
- this is much smaller text
- well, only 80% smaller actually
- ...
- [[span('''NOTE''' this is normal size again,style=font-size: 120%)]]
See http://trac.edgewall.org/wiki/WikiHtml for more details
}}}
-- Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" 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/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---