Add style to display notes on a different background than the main text
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 9 Feb 2005 22:36:44 +0000 (22:36 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 9 Feb 2005 22:36:44 +0000 (22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20097 91177308-0d34-0410-b5e6-96231b3b80d8

docs/llvm.css

index 5a5a38f0401e8d9de8b10684c2fab1ba66cd8ec9..a1dfa9e6fedea554e8965b3545eb3f3a1927b4bd 100644 (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; }