.. include:: /Includes.rst.txt .. highlight:: rst .. index:: reST; Buttons .. _list-items-as-buttons: ===================== List items as buttons ===================== .. attention:: **Pitfall!** With pure Docutils the directive for specifying CSS classes is `class`. With Sphinx you have to use `.. rst-class:: ...` instead because `class` is already used in the Sphinx-Python-domain. How does it work? ================= The *t3SphinxThemeRtd* theme for TYPO3 comes along with style that make the items of an unordered list appear as "buttons". To put this into action the `