corrected style
This commit is contained in:
parent
dc2cd7a128
commit
10059e58e6
|
@ -157,17 +157,6 @@ dl.reflist dd {
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
dl.reflist dd {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
/* Background colors */
|
||||
dl.note {}
|
||||
dl.warning {}
|
||||
dl.todo {}
|
||||
dl.deprecated {}
|
||||
dl.reflist {}
|
||||
|
||||
/* Header */
|
||||
dl.note dt {
|
||||
background-color: #cbc693;
|
||||
|
@ -211,6 +200,7 @@ dl.deprecated dd {
|
|||
}
|
||||
|
||||
dl.reflist dd {
|
||||
margin-bottom: 15px;
|
||||
background-color: #ffe0b2;
|
||||
border-color: #cbae82;
|
||||
}
|
||||
|
@ -219,9 +209,6 @@ dl.reflist dd {
|
|||
/** Reference list **/
|
||||
/**Similar to warning/note/todo/... messages**/
|
||||
/*********************************************/
|
||||
dl.reflist {
|
||||
|
||||
}
|
||||
|
||||
/*********************************************/
|
||||
/** Note, warning **/
|
||||
|
|
Loading…
Reference in a new issue