am 412eaf20: docs: style changes for notes

* commit '412eaf202c63b8d2cc32b5b865ba29155e047697':
  docs: style changes for notes
This commit is contained in:
Scott Main 2012-06-23 05:36:51 -07:00 committed by Android Git Automerger
commit 04977dbbb6
1 changed files with 20 additions and 6 deletions

View File

@ -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;
}