mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-06 20:04:24 +08:00
23 lines
420 B
CSS
23 lines
420 B
CSS
.wy-table-responsive table td,
|
|
.wy-table-responsive table th {
|
|
white-space: normal;
|
|
}
|
|
|
|
.wy-table-bordered-all,
|
|
.rst-content table.docutils {
|
|
border: none;
|
|
}
|
|
|
|
.wy-table-bordered-all td,
|
|
.rst-content table.docutils td {
|
|
border: none;
|
|
}
|
|
|
|
.wy-table td,
|
|
.rst-content table.docutils td,
|
|
.rst-content table.field-list td,
|
|
.wy-table th,
|
|
.rst-content table.docutils th,
|
|
.rst-content table.field-list th {
|
|
padding: 14px;
|
|
} |