CSS tweaks in support of new Doxy function layout

[SVN r33446]
This commit is contained in:
Eric Niebler 2006-03-22 18:50:53 +00:00
parent 72e6a9fd9a
commit 0fb8d84552

View file

@ -155,6 +155,25 @@ td .screen, td .programlisting
padding: 0.5em 0.5em 0.5em 0.5em;
}
/* Variable lists as tables, as used by Doxygen-generated
reference docs */
span.term
{
font-weight: bold;
}
div.variablelist table tbody tr td
{
text-align: left;
vertical-align: top;
padding: 0em 2em 0em 0em;
}
div.variablelist table tbody tr td p
{
margin: 0em 0em 0.5em 0em;
}
/* tone down the title of Parameter lists */
div.variablelist p.title
{