mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
[CHORE] CSS cleanup
This commit is contained in:
@@ -73,26 +73,10 @@ body .content-root {
|
|||||||
tr { border: 1px solid #ccc; }
|
tr { border: 1px solid #ccc; }
|
||||||
|
|
||||||
td {
|
td {
|
||||||
/* Behave like a "row" */
|
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 50%;
|
padding-left: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:before {
|
|
||||||
/* Now like a table header */
|
|
||||||
position: absolute;
|
|
||||||
/* Top/left values mimic padding */
|
|
||||||
top: 6px;
|
|
||||||
left: 6px;
|
|
||||||
width: 45%;
|
|
||||||
padding-right: 10px;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user