corrected style
This commit is contained in:
parent
dc2cd7a128
commit
10059e58e6
|
@ -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 **/
|
||||||
|
|
Loading…
Reference in a new issue