I have made extensive use of CSS through my wiki in order to help
format a very large manual. For example, I use the following in the
markup
<div class='control'>label</div>
Which relates to the following CSS
.control {
font-size: 110%;
font-weight: bold;
background-color:rgb(240, 240, 240);
padding: 3px;
margin-top: 1em;
}
I have added these to a custom skin of my own creation in the wiki,
but it seems like the style is ignored when making the PDF.
Assuming thats the case, is there any way to have these modifications
reflected in the PDF? Is this something I do through customstyles.py?
Thanks
Isaac
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"mwlib" 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/mwlib?hl=en
-~----------~----~----~----~------~----~------~--~---