help: Add CSS class to distinguish /api/* from /help/*.

This commit is contained in:
Rishi Gupta
2019-02-08 12:47:41 -08:00
committed by Tim Abbott
parent a46640b325
commit e046e6e228

View File

@@ -3,7 +3,7 @@
{# Zulip User and API Documentation. #}
{% block portico_content %}
<div class="app help terms-page inline-block">
<div class="app help terms-page inline-block{% if page_is_help_center %} help-center{% endif %}{% if page_is_api_center %} api-center{% endif %}">
<div class="{{ sidebar_class }}">
<div class="content">
<h1><a href="{{ doc_root }}" class="no-underline">Home</a></h1>