Add style to display notes on a different background than the main text

llvm-svn: 20097
This commit is contained in:
Misha Brukman 2005-02-09 22:36:44 +00:00
parent fe88f2b21b
commit fdcf0561a2

View File

@ -66,6 +66,7 @@ TABLE { text-align: center; border: 2px solid black;
padding: 0 1em 0 1em;
display:table;
}
.doc_notes { background: #fafafa; border: 1px solid #cecece; padding: 1em }
TABLE.layout { text-align: left; border: none; border-collapse: collapse;
padding: 4px 4px 4px 4px; }