mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
tabularize parameter lists and tone down parameter list title
[SVN r25384]
This commit is contained in:
parent
d1049d3406
commit
3618770eb2
1 changed files with 18 additions and 0 deletions
|
@ -72,6 +72,24 @@ i.firstterm
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* tone down the title of Parameter lists */
|
||||
div.variablelist p.title
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 100%;
|
||||
text-align: left;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* tabularize parameter lists */
|
||||
div.variablelist dl dt
|
||||
{
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 10%;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@media screen
|
||||
{
|
||||
a{ color: blue; }
|
||||
|
|
Loading…
Add table
Reference in a new issue