mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
[FIX+FEATURE] API tool fixes, links; code block styling fixes; removed dead /p
This commit is contained in:
@@ -54,10 +54,16 @@ body .content-root {
|
||||
margin-top: -50px;
|
||||
}
|
||||
|
||||
/* Undo some of bootstrap's code styling that clashes */
|
||||
.content pre code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.content pre {
|
||||
background: none;
|
||||
}
|
||||
/* end bootstrap code styling fix */
|
||||
|
||||
.menubar {
|
||||
padding-top: 10px;
|
||||
}
|
||||
@@ -81,6 +87,10 @@ color: #f09 !important;
|
||||
float:right;
|
||||
}
|
||||
|
||||
#selected_command a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Brand Guidelines */
|
||||
|
||||
.brand_guidelines .content-root {
|
||||
|
||||
Reference in New Issue
Block a user