mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Also update the styling of the deprecated list
This commit is contained in:
parent
d2a29ec4c5
commit
1d9d7e9042
1 changed files with 15 additions and 2 deletions
|
@ -94,7 +94,9 @@ div.header,
|
|||
.memitem,
|
||||
.memproto,
|
||||
.memdoc,
|
||||
.memtitle
|
||||
.memtitle,
|
||||
dl.reflist dd,
|
||||
dl.reflist dt
|
||||
{
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
|
@ -105,7 +107,9 @@ div.header,
|
|||
border-color: #DFE5F1;
|
||||
}
|
||||
|
||||
.memtitle {
|
||||
.memtitle,
|
||||
dl.reflist dt
|
||||
{
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background: #DFE5F1;
|
||||
|
@ -132,6 +136,15 @@ div.header,
|
|||
.memSeparator {
|
||||
}
|
||||
|
||||
dl.reflist {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
dl.reflist dd {
|
||||
margin-bottom: 1.5em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #eeeeee;
|
||||
text-shadow: none;
|
||||
|
|
Loading…
Reference in a new issue