Thread: Note on CSS and tables

Note on CSS and tables

From
Peter Eisentraut
Date:
Note that if you set a text style via CSS, you need to repeat that
setting for text within tables.  E.g., you need

P { blah }
TD { blah }

Currently, the PostgreSQL documentation rendered through the new web
site features a different text style for text in tables and not in
tables.  Example:
http://www.postgresql.org/docs/7.4/static/transaction-iso.html

I also find the font used to render the documentation to be unbearably
small.  Maybe that could be fixed as well.  I don't think there is a
justification to make that font smaller than the default browser font.