mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +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. llvm-svn: 29328
This commit is contained in:
parent
1508f7383b
commit
3fe085af58
@ -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