mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Removed fontsize and updated color def
This commit is contained in:
@@ -5,12 +5,6 @@ th, td {
|
|||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
th {
|
|
||||||
border-bottom: 1px solid black;
|
|
||||||
}
|
|
||||||
tr {
|
|
||||||
border-bottom: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
td:nth-child(1) {
|
td:nth-child(1) {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -269,10 +263,6 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content td {
|
|
||||||
line-height: 1.65;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* "Source" links float right */
|
/* "Source" links float right */
|
||||||
.content a[title="Source"] {
|
.content a[title="Source"] {
|
||||||
float: right;
|
float: right;
|
||||||
@@ -282,13 +272,11 @@ body {
|
|||||||
.content table {
|
.content table {
|
||||||
clear: right;
|
clear: right;
|
||||||
margin-bottom: 48px;
|
margin-bottom: 48px;
|
||||||
font-size: 0.95rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content table code {
|
.content table code {
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 1rem
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .children-display li a {
|
.content .children-display li a {
|
||||||
|
|||||||
7
assets/vendor/bootstrap.css
vendored
7
assets/vendor/bootstrap.css
vendored
@@ -7226,6 +7226,13 @@ h3 a:hover,
|
|||||||
.header-link:hover {
|
.header-link:hover {
|
||||||
color: #1B1818; }
|
color: #1B1818; }
|
||||||
|
|
||||||
|
/* Tables ------------------------------- */
|
||||||
|
th {
|
||||||
|
border-bottom: 1px solid #1B1818; }
|
||||||
|
|
||||||
|
tr {
|
||||||
|
border-bottom: 1px solid #EBE8E7; }
|
||||||
|
|
||||||
/* Left/right nav color scheme ------------------------------- */
|
/* Left/right nav color scheme ------------------------------- */
|
||||||
aside a {
|
aside a {
|
||||||
color: #676463;
|
color: #676463;
|
||||||
|
|||||||
@@ -299,6 +299,16 @@ h3 a:hover,
|
|||||||
color: $black;
|
color: $black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tables ------------------------------- */
|
||||||
|
|
||||||
|
th {
|
||||||
|
border-bottom: 1px solid $black;
|
||||||
|
}
|
||||||
|
tr {
|
||||||
|
border-bottom: 1px solid $gray-200;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Left/right nav color scheme ------------------------------- */
|
/* Left/right nav color scheme ------------------------------- */
|
||||||
aside a {
|
aside a {
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
|
|||||||
Reference in New Issue
Block a user