mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
CSS tweaks in support of new Doxy function layout
[SVN r33446]
This commit is contained in:
parent
72e6a9fd9a
commit
0fb8d84552
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue