Reduce the padding on the doc_notes style. It was set to 1em which leaves

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
This commit is contained in:
Reid Spencer 2006-07-27 05:29:25 +00:00
parent bbf68947c8
commit c148e5e487

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