- Revert the change of the size of admonition boxes since it did not render
fine when embedded to procedures (should that be allowed at all?) Reported by: wblock
This commit is contained in:
parent
01c064ba9c
commit
9205a7ee5a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43755
1 changed files with 7 additions and 7 deletions
|
@ -289,41 +289,41 @@ pre.programlisting {
|
||||||
color: #222;
|
color: #222;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
width: 63em;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tip {
|
.tip {
|
||||||
color: #004F00;
|
color: #004F00;
|
||||||
background: #d8ecd6;
|
background: #d8ecd6;
|
||||||
border: 1px solid green;
|
border: 1px solid green;
|
||||||
width: 63em;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.important {
|
.important {
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
border: 1px solid #a00;
|
border: 1px solid #a00;
|
||||||
border-left: 1em solid #c00;
|
border-left: 12px solid #c00;
|
||||||
width: 62em;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
color: #9F1313;
|
color: #9F1313;
|
||||||
background: #f8e8e8;
|
background: #f8e8e8;
|
||||||
border: 1px solid #e59595;
|
border: 1px solid #e59595;
|
||||||
width: 63em;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caution {
|
.caution {
|
||||||
color: #3E3535;
|
color: #3E3535;
|
||||||
background: #FFC;
|
background: #FFC;
|
||||||
border: 1px solid #e59595;
|
border: 1px solid #e59595;
|
||||||
width: 63em;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.example {
|
.example {
|
||||||
background: #fefde6;
|
background: #fefde6;
|
||||||
border: 1px solid #f1bb16;
|
border: 1px solid #f1bb16;
|
||||||
width: 63em;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admontitle {
|
.admontitle {
|
||||||
|
|
Loading…
Reference in a new issue