Reduce the padding on the doc_notes style. It was set to 1em which leaves
authorReid Spencer <rspencer@reidspencer.com>
Thu, 27 Jul 2006 05:29:25 +0000 (05:29 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 27 Jul 2006 05:29:25 +0000 (05:29 +0000)
the shaded box with a large blank border, wasting space.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29328 91177308-0d34-0410-b5e6-96231b3b80d8

docs/llvm.css

index c1dc4d4b1947fd5b1ea60ff3dbd5f08d68f00613..69ae45538fcf1fa51646eae5f933b0f0918e070f 100644 (file)
@@ -66,7 +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 }
+.doc_notes      { background: #fafafa; border: 1px solid #cecece; padding: 0.1em }
 
 TABLE.layout    { text-align: left; border: none; border-collapse: collapse;
                   padding: 4px 4px 4px 4px; }