diff --git a/guides/v1.0/frontend-dev-guide/themes/theme-structure.md b/guides/v1.0/frontend-dev-guide/themes/theme-structure.md index f4ececafed1..bd89005d572 100644 --- a/guides/v1.0/frontend-dev-guide/themes/theme-structure.md +++ b/guides/v1.0/frontend-dev-guide/themes/theme-structure.md @@ -68,8 +68,7 @@ Let's have a closer look at each particular sub-directory. optional -

- Module-specific styles, layouts, and templates.

+ Module-specific styles, layouts, and templates. @@ -82,8 +81,7 @@ Let's have a closer look at each particular sub-directory. optional -

- Module-specific styles (.css and/or .less file). General styles for the module are in the module.less file, and styles for widgets are in widgets.less.

+ Module-specific styles (.css and/or .less file). General styles for the module are in the module.less file, and styles for widgets are in widgets.less. @@ -94,7 +92,7 @@ Let's have a closer look at each particular sub-directory. optional -

Layout files which extend the default module or parent theme layouts.

+ Layout files which extend the default module or parent theme layouts. @@ -105,7 +103,7 @@ Let's have a closer look at each particular sub-directory. optional -

Layouts that override the default module layouts.

+ Layouts that override the default module layouts. @@ -152,8 +150,7 @@ Let's have a closer look at each particular sub-directory. required -

This directory contains a theme preview (a screenshot of your theme). -

+ This directory contains a theme preview (a screenshot of your theme). @@ -245,8 +242,7 @@ Let's have a closer look at each particular sub-directory. optional -

Describes the theme dependencies and some meta-information. Will be here if your theme is a Composer package -

+ Describes the theme dependencies and some meta-information. Will be here if your theme is a Composer package