mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
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:
parent
bbf68947c8
commit
c148e5e487
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user