diff --git a/assets/css/devportal.css b/assets/css/devportal.css index f2b0799dda..1cf2acee8d 100644 --- a/assets/css/devportal.css +++ b/assets/css/devportal.css @@ -530,6 +530,7 @@ th { #sidenav_accordion .panel { padding: 0; border-radius: 0; + border-bottom: 1px solid #cccccc; } #sidenav_accordion .panel-heading h5 { @@ -678,7 +679,7 @@ th { } /* Responsive design for different viewscreens -------------------------------*/ -@media (min-width: 1200px) { +@media (min-width: 1201px) { #page-toc-wrapper { float: right; margin-left: 15px; diff --git a/assets/css/test-net.css b/assets/css/test-net.css index c6934fc4d7..dd3ad2ee21 100644 --- a/assets/css/test-net.css +++ b/assets/css/test-net.css @@ -30,13 +30,41 @@ height: auto; } -.test-net-servers { +#test-net-servers { font-size: 15px; border-radius: 5px; border: 1px solid #27a2db; - padding: 20px 20px 10px 20px; + width: 350px; + float: right; + margin-left: 15px; } +#test-net-servers pre { + overflow-x: auto; +} + +.page-test-net .container { + margin-left: 15px; + margin-right: 15px; + width: auto; +} +@media (min-width: 1600px) { + .page-test-net .container { + margin-left: auto; + margin-right: auto; + width: 1500px; + } +} + +@media (max-width: 992px) { + #test-net-servers { + position: static; + float: none; + max-width: none; + width: auto; + margin: 0 0 30px 0; + } +} h2 { font-size: 36px; @@ -45,7 +73,7 @@ h2 { margin-top: 0; } -.test-net-servers h5 { +#test-net-servers h5 { letter-spacing: .04em; font-family: 'open_sansbold', sans-serif; text-transform: uppercase; @@ -54,7 +82,7 @@ h2 { margin-top: 20px !important; } -.test-net-servers .panel-heading { +#test-net-servers .panel-heading { margin-top: 0; padding: 0; font-size: 21px; diff --git a/tool/template-base.html b/tool/template-base.html index d0b9dfd099..686c2f17dc 100644 --- a/tool/template-base.html +++ b/tool/template-base.html @@ -77,7 +77,7 @@ {% if not have_edit_link %} {% set githuburl = target.github_forkurl %} {% endif %} - Edit on GitHub + Edit on GitHub diff --git a/tool/template-index.html b/tool/template-index.html index 8da5154461..d72a66dca9 100644 --- a/tool/template-index.html +++ b/tool/template-index.html @@ -31,9 +31,9 @@ {% endfor %} diff --git a/tool/template-sidebar_nav.html b/tool/template-sidebar_nav.html index 15166a8472..8bfc1abcce 100644 --- a/tool/template-sidebar_nav.html +++ b/tool/template-sidebar_nav.html @@ -42,9 +42,9 @@
diff --git a/tool/template-test-net.html b/tool/template-test-net.html index eb2e50c7fc..bf922f915b 100644 --- a/tool/template-test-net.html +++ b/tool/template-test-net.html @@ -1,15 +1,26 @@ {% extends "template-base.html" %} +{% block bodyclasses %}sidebar-primary page-test-net{% endblock %} + {% block main %} -
-

XRP Test Net Faucet

+

XRP Test Net Faucet

+ + + +

Ripple has created this alternative XRP Ledger test network with nodes in every region of the world to provide a testing platform for any software products built on the XRP Ledger without using real funds.

-

Test Net funds are intended for testing only. The Test Net ledger and balances will be reset on a regular basis.

- -
@@ -17,17 +28,6 @@
-
- {% endblock %} {% block sidebar %}