From 0e4b2f51766bbf05993646b503ff78d0148846c1 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 13 Apr 2017 16:48:33 -0400 Subject: [PATCH] Removed the container from the specifications, since it threw off the nth-row counter styles --- views/front/fields/detail.html | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/views/front/fields/detail.html b/views/front/fields/detail.html index e6677ca..d4dfda8 100644 --- a/views/front/fields/detail.html +++ b/views/front/fields/detail.html @@ -1,17 +1,15 @@ -
-
Specifications
- {foreach $field_values as $key=>$value} - {if $value.slash === true } -
-
{$value.nice}
-
{$value.data}
-
- {elseif $value.data !== 'Yes' && $value.data !== 'No'} -
-
{$value.nice}
-
{$value.data}
-
- {/if} - {/foreach} -
+
Specifications
+{foreach $field_values as $key=>$value} + {if $value.slash === true } +
+
{$value.nice}
+
{$value.data}
+
+ {elseif $value.data !== 'Yes' && $value.data !== 'No'} +
+
{$value.nice}
+
{$value.data}
+
+ {/if} +{/foreach} -- 2.17.1