On Thu, Oct 15, 2009 at 7:22 AM, Olemis Lang <[email protected]> wrote: > On Thu, Oct 15, 2009 at 6:47 AM, Daniel Herrero <[email protected]> wrote: >> 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. >> > > TracThemePlugin. You can start building your own theme by modifying > TracExampleTheme [1]_ >
In fact what it does is to switch the color of admin panels to light-blue using CSS ;o) > Hopefully next month I will write about this in TuxInfo [2]_ ;o) > > .. [1] TracExampleTheme @ PyPI > (http://pypi.python.org/pypi/TracExampleTheme) > > .. [2] TuxInfo > (http://www.tuxinfo.com.ar) > -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: Looking for a technique to create flexible, graphical dashboards ... - http://feedproxy.google.com/~r/TracGViz-full/~3/QO5N8AG0NnM/d6e3b3fd323d5b52 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
