Bootstrap v4/fluid layout overhaul

This commit is contained in:
mDuo13
2018-04-20 20:39:53 -07:00
parent e9457b60ff
commit 7f3acbce3c
30 changed files with 7335 additions and 583 deletions

View File

@@ -6,9 +6,9 @@
<h1>XRP Test Net Faucet</h1>
<aside id="test-net-servers" class="panel panel-default">
<div class="panel-body">
<p class="in-this-doc panel-heading">Test Net Servers</p>
<aside id="test-net-servers" class="card">
<div class="card-body">
<p class="in-this-doc card-header">Test Net Servers</p>
<p>Use the following addresses to connect to the XRP Test Net and send transactions from your account.</p>
<h5>Websockets and Ripple API</h4>
<pre><code>wss://s.altnet.rippletest.net:51233</code></pre>
@@ -30,14 +30,6 @@
{% endblock %}
{% block sidebar %}
{% if currentpage.sidebar != "disabled" %}
{% include "template-sidebar_nav.html" %}
{% endif %}
{% endblock %}
{% block endbody %}
<link rel='stylesheet' type='text/css' href='assets/css/test-net.css'/>
<script type='text/javascript' src='assets/js/test-net.js'></script>