diff --git a/static/css/docs.css b/static/css/docs.css index 070c8eec..f6b70a5c 100644 --- a/static/css/docs.css +++ b/static/css/docs.css @@ -26,6 +26,10 @@ font-family: monospace; } +.docs-heading { + margin-top: 40px; +} + h2.rule { border-top: 3px solid #eee; margin-top: 30px; @@ -38,6 +42,10 @@ h3.api-section { margin: 20px 0; } +h3.docs-example { + margin-top: 40px; +} + .api-path { font-family: monospace; font-weight: bold; diff --git a/templates/front/base_docs.html b/templates/front/base_docs.html index fd9bf4d0..89c49a3a 100644 --- a/templates/front/base_docs.html +++ b/templates/front/base_docs.html @@ -1,4 +1,6 @@ {% extends "base.html" %} +{% load hc_extras %} + {% block content %}
@@ -6,26 +8,14 @@