docs: style changes for notes
Change-Id: I13bc3f19780421a30feffc6e6ffe19cfadc886e5
This commit is contained in:
parent
f9b799b5ba
commit
412eaf202c
1 changed files with 20 additions and 6 deletions
|
@ -2196,6 +2196,26 @@ p.warning {
|
|||
border-color: #ff4443;
|
||||
}
|
||||
|
||||
div.note.design {
|
||||
border-left: 4px solid #33B5E5;
|
||||
}
|
||||
|
||||
div.note.develop {
|
||||
border-left: 4px solid #F80;
|
||||
}
|
||||
|
||||
div.note.distribute {
|
||||
border-left: 4px solid #9C0;
|
||||
}
|
||||
|
||||
.note p, .caution p, .warning p {
|
||||
margin:0 0 5px;
|
||||
}
|
||||
|
||||
.note p:last-child, .caution p:last-child, .warning p:last-child {
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display:block;
|
||||
float:right;
|
||||
|
@ -2207,12 +2227,6 @@ blockquote {
|
|||
margin:0 0 20px 30px;
|
||||
}
|
||||
|
||||
div.design-announce {
|
||||
margin: 1em;
|
||||
padding: 0 0 0 10px;
|
||||
border-left: 4px solid #258AAF;
|
||||
}
|
||||
|
||||
div.design-announce p {
|
||||
margin:0 0 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue