- Make the admonition boxes consistent
Reported by: wblock
This commit is contained in:
parent
5c2b126a1b
commit
26483d1c82
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43626
1 changed files with 7 additions and 8 deletions
|
@ -289,42 +289,41 @@ pre.programlisting {
|
|||
color: #222;
|
||||
background: #eee;
|
||||
border: 1px solid #ccc;
|
||||
width: 90%;
|
||||
width: 63em;
|
||||
}
|
||||
|
||||
.tip {
|
||||
color: #004F00;
|
||||
background: #d8ecd6;
|
||||
border: 1px solid green;
|
||||
width: 90%;
|
||||
width: 63em;
|
||||
}
|
||||
|
||||
.important {
|
||||
font-style:italic;
|
||||
border: 1px solid #a00;
|
||||
border-left: 12px solid #c00;
|
||||
border-left: 1em solid #c00;
|
||||
width: 62em;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: #9F1313;
|
||||
background: #f8e8e8;
|
||||
border: 1px solid #e59595;
|
||||
width: 90%;
|
||||
width: 63em;
|
||||
}
|
||||
|
||||
.caution {
|
||||
color: #3E3535;
|
||||
background: #FFC;
|
||||
border: 1px solid #e59595;
|
||||
width: 90%;
|
||||
width: 63em;
|
||||
}
|
||||
|
||||
.example {
|
||||
background: #fefde6;
|
||||
border: 1px solid #f1bb16;
|
||||
margin: 1em 0;
|
||||
padding: 0.2em 2em;
|
||||
width: 90%;
|
||||
width: 63em;
|
||||
}
|
||||
|
||||
.admontitle {
|
||||
|
|
Loading…
Reference in a new issue