diff --git a/static/style.css b/static/style.css index d2331f3..f91d5d5 100644 --- a/static/style.css +++ b/static/style.css @@ -445,6 +445,42 @@ a img.shadow:hover list-style: none; } +.docs table { + border-collapse: collapse; + width: 100%; + font-size: .8em; + border: 1px solid steelblue; + margin-left: 0.25em; + margin-right: 0.25em; + margin-top: 2em; + margin-bottom: 2em; +} + +.docs th, .docs td { + padding: .5em; +} + +.docs tbody th { + text-align: right; +} + +.docs thead th { + text-align: center; +} + +.docs table code { + white-space: nowrap; + background-color: transparent !important; +} + +.docs th { + background-color: #ebecf6; +} + +.docs tr:nth-child(even) { + background-color: #f6f6f6; +} + .question { margin-top: 2em; margin-bottom: .5em; diff --git a/templates/docs.html b/templates/docs.html index 90cc771..2dfcb9f 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -69,6 +69,10 @@ Bridgy Fed takes some technical know-how to set up, and there are simpler (but l
  • What are the terms of service?
  • I found a bug! I have a feature request!
  • I found a security vulnerability!
  • + +
    +

    Development

    +
  • How are the different protocols translated?