src/source/dev_guide/custom-skin.rst
branchdoc-dc
changeset 148 337b4e28c11f
parent 142 5a82a9a2ea46
--- a/src/source/dev_guide/custom-skin.rst	Fri Dec 28 11:41:26 2018 +0100
+++ b/src/source/dev_guide/custom-skin.rst	Fri Dec 28 14:13:33 2018 +0100
@@ -211,10 +211,10 @@
 .. _templatehowto:
 
 How to define or change a template for a specific skin?
-=======================================================
+-------------------------------------------------------
 
 Override the default template for a renderer
---------------------------------------------
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 If you want to modify the template for a particular rendering mode, you can use the function :py:func:`override_template`
 
@@ -238,7 +238,7 @@
 
 
 Redefine the default template for a renderer
---------------------------------------------
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 You must redefine an adapter to add new variables or static resources for your new template,