padding around table cells so the borders of adjacent tables don't run into
each other (now that they're perfectly aligned).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281436
91177308-0d34-0410-b5e6-
96231b3b80d8
}
table.docutils td {
border: none;
- padding: 0;
+ padding: 0 0 0 0.2em;
vertical-align: middle;
white-space: nowrap;
width: 1px;
+ font-family: monospace;
}
table.docutils tr + tr {
border-top: 0.2em solid #aaa;
}
</style>
-.. FIXME: Format this as .diagtext. rST appears to not support this. :(
+.. FIXME: rST doesn't support formatting this, so we format all <td> elements
+ as monospace font face instead.
.. |nbsp| unicode:: 0xA0
:trim:
}
table.docutils td {
border: none;
- padding: 0;
+ padding: 0 0 0 0.2em;
vertical-align: middle;
white-space: nowrap;
width: 1px;
+ font-family: monospace;
}
table.docutils tr + tr {
border-top: 0.2em solid #aaa;
}
</style>
-.. FIXME: Format this as .diagtext. rST appears to not support this. :(
+.. FIXME: rST doesn't support formatting this, so we format all <td> elements
+ as monospace font face instead.
.. |nbsp| unicode:: 0xA0
:trim: