mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 13:45:49 +00:00
Update PDF styling
This commit is contained in:
@@ -55,6 +55,7 @@ targets:
|
|||||||
display_name: XRP API Reference
|
display_name: XRP API Reference
|
||||||
github_forkurl: https://github.com/ripple/xrpl-dev-portal
|
github_forkurl: https://github.com/ripple/xrpl-dev-portal
|
||||||
github_branch: master
|
github_branch: master
|
||||||
|
no_cover: true
|
||||||
|
|
||||||
# Data API target for porting changes to the README in the upstream repo
|
# Data API target for porting changes to the README in the upstream repo
|
||||||
# Intended for use in markdown (--md) mode.
|
# Intended for use in markdown (--md) mode.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
|
||||||
<title>{{ currentpage.name }} - Ripple Developer Portal</title>
|
<title>{{ currentpage.name }} - XRP Ledger Dev Portal</title>
|
||||||
|
|
||||||
<!-- favicon -->
|
<!-- favicon -->
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
@@ -14,13 +14,10 @@
|
|||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="assets/vendor/jquery-1.11.1.min.js"></script>
|
<script src="assets/vendor/jquery-1.11.1.min.js"></script>
|
||||||
|
|
||||||
<!-- Custom Stylesheets. ripple.css includes bootstrap, font stuff -->
|
<!-- Stylesheet -->
|
||||||
<link href="assets/css/ripple.css" rel="stylesheet" />
|
|
||||||
<link href="assets/css/devportal.css" rel="stylesheet" />
|
<link href="assets/css/devportal.css" rel="stylesheet" />
|
||||||
<link href="assets/css/pdf.css" rel="stylesheet" />
|
<link href="assets/css/pdf.css" rel="stylesheet" />
|
||||||
|
|
||||||
<!-- Bootstrap JS -->
|
|
||||||
<script src="assets/vendor/bootstrap.min.js"></script>
|
|
||||||
|
|
||||||
<!-- syntax highlighting -->
|
<!-- syntax highlighting -->
|
||||||
<link rel="stylesheet" href="assets/vendor/docco.min.css">
|
<link rel="stylesheet" href="assets/vendor/docco.min.css">
|
||||||
@@ -37,15 +34,23 @@
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="page page-template page-template-template-dev-portal page-template-template-dev-portal-php wpb-js-composer js-comp-ver-3.6.2 vc_responsive">
|
<body class="xrp-ledger-dev-portal {% if currentpage.sidebar is undefined or currentpage.sidebar != "disabled" %}sidebar-primary {% endif %}{% block bodyclasses %}{% endblock %}">
|
||||||
|
|
||||||
<div class='wrapper'>
|
<div class="container-fluid" role="document" id="main_content_wrapper">
|
||||||
<main class="main" role="main">
|
<div class="row">
|
||||||
|
<main class="main {% if currentpage.sidebar is defined and currentpage.sidebar == "disabled" %}col-md-12{% else %}col-md-7 col-lg-6{% endif %} order-md-3 {% block mainclasses %}{% endblock %}" role="main" id="main_content_body">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer>(Exported {{ current_time }})</footer>
|
<footer>(Exported {{ current_time }})</footer>
|
||||||
|
|
||||||
|
<!-- Non-blocking resources -->
|
||||||
|
<!-- Bootstrap JS -->
|
||||||
|
<script src="assets/vendor/bootstrap.min.js"></script>
|
||||||
|
<!-- fontawesome icons -->
|
||||||
|
<link rel="stylesheet" href="assets/vendor/fontawesome/css/font-awesome.min.css" />
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user