Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c64533f

Browse files
author
almarchenko
committed
Merge pull request #264 from erikhansen/removed-extra-p-tags-from-theme-table
Removed extra <p> tags from "Theme Components" table
2 parents 8a886d1 + 451a86b commit c64533f

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

guides/v1.0/frontend-dev-guide/themes/theme-structure.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Let's have a closer look at each particular sub-directory.
6868
optional
6969
</td>
7070
<td colspan="1">
71-
<p>
72-
Module-specific styles, layouts, and templates.</p>
71+
Module-specific styles, layouts, and templates.
7372
</td>
7473
</tr>
7574
<tr>
@@ -82,8 +81,7 @@ Let's have a closer look at each particular sub-directory.
8281
optional
8382
</td>
8483
<td colspan="1">
85-
<p>
86-
Module-</span>specific styles (<code>.css</code> and/or <code>.less</code> file). General styles for the module are in the <code>module.less</code> file, and styles for widgets are in <code>widgets.less</code>.</p>
84+
Module-</span>specific styles (<code>.css</code> and/or <code>.less</code> file). General styles for the module are in the <code>module.less</code> file, and styles for widgets are in <code>widgets.less</code>.
8785
</td>
8886
</tr>
8987
<tr>
@@ -94,7 +92,7 @@ Let's have a closer look at each particular sub-directory.
9492
optional
9593
</td>
9694
<td colspan="1">
97-
<p>Layout files which extend the default module or parent theme layouts. <!--ADDLINK--></p>
95+
Layout files which extend the default module or parent theme layouts. <!--ADDLINK-->
9896
</td>
9997
</tr>
10098
<tr>
@@ -105,7 +103,7 @@ Let's have a closer look at each particular sub-directory.
105103
optional
106104
</td>
107105
<td colspan="1">
108-
<p>Layouts that override the default module layouts.</p>
106+
Layouts that override the default module layouts.
109107
</td>
110108
</tr>
111109
<tr>
@@ -152,8 +150,7 @@ Let's have a closer look at each particular sub-directory.
152150
</td>
153151
<td colspan="1">required</td>
154152
<td colspan="1">
155-
<p>This directory contains a theme preview (a screenshot of your theme).
156-
</p>
153+
This directory contains a theme preview (a screenshot of your theme).
157154
</td>
158155
</tr>
159156
<tr>
@@ -245,8 +242,7 @@ Let's have a closer look at each particular sub-directory.
245242
</td>
246243
<td colspan="1">optional</td>
247244
<td colspan="1">
248-
<p>Describes the theme dependencies and some meta-information. Will be here if your theme is a Composer package<!--ADDLINK-->
249-
</p>
245+
Describes the theme dependencies and some meta-information. Will be here if your theme is a Composer package<!--ADDLINK-->
250246
</td>
251247
</tr>
252248
</tbody>

0 commit comments

Comments
 (0)