corrected style

This commit is contained in:
Robert 2021-01-23 12:29:31 +01:00
parent dc2cd7a128
commit 10059e58e6

View file

@ -157,17 +157,6 @@ dl.reflist dd {
text-shadow: none; text-shadow: none;
} }
dl.reflist dd {
margin-bottom: 15px;
}
/* Background colors */
dl.note {}
dl.warning {}
dl.todo {}
dl.deprecated {}
dl.reflist {}
/* Header */ /* Header */
dl.note dt { dl.note dt {
background-color: #cbc693; background-color: #cbc693;
@ -211,6 +200,7 @@ dl.deprecated dd {
} }
dl.reflist dd { dl.reflist dd {
margin-bottom: 15px;
background-color: #ffe0b2; background-color: #ffe0b2;
border-color: #cbae82; border-color: #cbae82;
} }
@ -219,9 +209,6 @@ dl.reflist dd {
/** Reference list **/ /** Reference list **/
/**Similar to warning/note/todo/... messages**/ /**Similar to warning/note/todo/... messages**/
/*********************************************/ /*********************************************/
dl.reflist {
}
/*********************************************/ /*********************************************/
/** Note, warning **/ /** Note, warning **/