Hello,

I'd like to set a custom format for the wiki of a certain project. My aim is
to change the default vertical-alignment setting of table columns, from
'middle', to ''top'.

One way that works fine, is to add the line *vertical-align: top;* to the *
"trac.css*" file.

*table.wiki td { border: 1px solid #ccc;  padding: .1em .25em; vertical-align:
top; }*

The problem of using  this solution is, that each wiki table of each
projects in track, will be affected.


I've also tried to set the css project specific file, *"site_css.cs"* (under
...project/*templates* path), to alter global setting, but with no effect...


*<?cs
##################################################################
# Site CSS - Place custom CSS, including overriding styles here.
?>
table.wiki td {
*
*border: 1px solid #ccc;
padding: .1em .25em;
vertical-align: top;
*
*}
*


What am I doing wrong?. Thanks all in advance for your replies. ;)


-- 
Greetings,
Daniel Herrero
[email protected]
Entel IT Consulting - FOSS Department

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to