From eddf1a6436c8df05bbc90beb86b78b59de79919e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 28 Apr 2014 16:11:11 -0400 Subject: [PATCH] fixed ToC --- docs/themes/create.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/themes/create.rst b/docs/themes/create.rst index 4628667cf5..8427037254 100644 --- a/docs/themes/create.rst +++ b/docs/themes/create.rst @@ -4,7 +4,7 @@ Creating a new NodeBB Theme NodeBB is built on `Twitter Bootstrap `_, which makes theming incredibly simple. Packaging for NodeBB -===================================== +------------------------------------- NodeBB expects any installed themes to be installed via ``npm``. Each individual theme is an npm package, and users can install themes through the command line, ex.: @@ -23,7 +23,7 @@ The theme's folder must contain at least two files for it to be a valid theme: **Note**: A *suggested* organization for ``theme.less`` is to ``@import`` multiple smaller files instead of placing all of the styles in the main ``theme.less`` file. Configuration -===================================== +------------------------------------- The theme configuration file is a simple JSON string containing all appropriate meta data regarding the theme. Please take note of the following properties: * ``id``: A unique id for a theme (e.g. "my-theme") @@ -33,12 +33,12 @@ The theme configuration file is a simple JSON string containing all appropriate * ``url``: A fully qualified URL linking back to the theme's homepage/project Child Themes -===================================== +------------------------------------- If your theme is based off of another theme, simply modify your LESS files to point to the other theme as a base: topic.less ----------- +^^^^^^^^^^ .. code: css