Also update the styling of the deprecated list

This commit is contained in:
Marcus Weseloh 2020-11-12 22:31:19 +01:00
parent d2a29ec4c5
commit 1d9d7e9042
1 changed files with 15 additions and 2 deletions

View File

@ -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;