diff --git a/pgaweb/templates/pgaweb/styleguide/accordion/accordion.html b/pgaweb/templates/pgaweb/styleguide/accordion/accordion.html index 9cb54d4..f201cf5 100644 --- a/pgaweb/templates/pgaweb/styleguide/accordion/accordion.html +++ b/pgaweb/templates/pgaweb/styleguide/accordion/accordion.html @@ -1,5 +1,8 @@ +{% extends 'pgaweb/styleguide/style_theme.html' %} +{% block title %}Styleguide: Accordion{% endblock %} +{% block styleguide_content %}
{% include "pgaweb/styleguide/theme_nav_bar.html" %} @@ -18,4 +21,5 @@
{% include "pgaweb/styleguide/theme_nav_bar.html" %}
{% include "pgaweb/styleguide/theme_nav_bar.html" %}
{% include "pgaweb/styleguide/theme_nav_bar.html" %} @@ -18,4 +21,5 @@
pgAdmin uses standard sets of colors for consistency and style. We are also committed to complying with AA standard contrast ratios (AAA for the high contrast theme). @@ -29,4 +32,6 @@
{% include "pgaweb/styleguide/theme_nav_bar.html" %}
Icons are visual representations of commands, files or common actions. They should be meaningful, simple and legible. pgAdmin uses custom as well as @@ -42,4 +45,5 @@
- \ No newline at end of file + +{% endblock %} \ No newline at end of file diff --git a/pgaweb/templates/pgaweb/styleguide/iconography/style_iconography_theme.html b/pgaweb/templates/pgaweb/styleguide/iconography/style_iconography_theme.html index bf27331..0f04ca1 100644 --- a/pgaweb/templates/pgaweb/styleguide/iconography/style_iconography_theme.html +++ b/pgaweb/templates/pgaweb/styleguide/iconography/style_iconography_theme.html @@ -3,7 +3,7 @@