That does not seem to work, since all that does is add the text "columns-lr" to the output document with the same formatting that would occur for any given '.. class::' directive.
--James > On 2009-06-17, James Evans wrote: > > > Hello, > > > I am trying to make a table similar to the following: > ... > > > Where the first column is right-aligned and the second column is > > left-aligned. I do not want this for every table in my docs, so a > > simple CSS hack is out (unless I could specify a css class to use). > > You can, e.g.:: > > .. class:: columns-lr > > +---------+--------------+ > | abc | defg | > +---------+--------------+ > | abcd | efg | > +---------+--------------+ > | abcde | fg | > +---------+--------------+ > > > Günter > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" 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/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
