mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
Adjusted spacing and layout for tables
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
/* Generic styles and colors not in the bootstrap files --------------------- */
|
||||
|
||||
td {
|
||||
border: 1px solid #dbdde2;
|
||||
th, td {
|
||||
padding: 0.2em;
|
||||
vertical-align: text-top;
|
||||
padding: 12px;
|
||||
}
|
||||
th {
|
||||
padding: 0.2em;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
tr {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
td:nth-child(1) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Reduce external link icon size */
|
||||
@@ -274,13 +281,14 @@ body {
|
||||
|
||||
.content table {
|
||||
clear: right;
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 48px;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.content table code {
|
||||
word-break: normal;
|
||||
white-space: nowrap;
|
||||
font-size: 1rem
|
||||
}
|
||||
|
||||
.content .children-display li a {
|
||||
|
||||
Reference in New Issue
Block a user