mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 08:33:00 +00:00
more idiomatic disiplay for variable lists, per Rene's suggestion
[SVN r32500]
This commit is contained in:
parent
4bcec485d4
commit
a815ffee75
1 changed files with 10 additions and 8 deletions
|
@ -163,20 +163,22 @@ div.variablelist p.title
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
/* tabularize parameter lists */
|
||||
/* Make the terms in definition lists bold */
|
||||
div.variablelist dl dt
|
||||
{
|
||||
float: left;
|
||||
clear: left;
|
||||
display: block;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.variablelist dl dd
|
||||
{
|
||||
display: block;
|
||||
clear: right;
|
||||
padding-left: 8pc;
|
||||
margin: 1em 0em 1em 2em;
|
||||
}
|
||||
|
||||
/* In Doxygen-generaged parameter lists, the parameter descriptions
|
||||
are wrapped in <p>...</p> for some reason. Ignore that. */
|
||||
div.variablelist dl dd p
|
||||
{
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* title of books and articles in bibliographies */
|
||||
|
|
Loading…
Add table
Reference in a new issue