Some CSS alignments were not explicitly set.
The pointer is also set to default for the table.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
.. raw:: html
<style>
+ table#id1 {
+ cursor: default;
+ }
+ table#id1 th, table#id1 td {
+ text-align: center;
+ }
table#id1 th {
font-size: 80%;
white-space: pre-wrap;
- text-align: center;
vertical-align: top;
padding: 2px;
}
}
table#id1 td:first-child {
padding-left: 1em;
+ text-align: left;
}
</style>