Skip to content

Commit 5bdcdcd

Browse files
committed
section class
1 parent e2cdc6e commit 5bdcdcd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/cs_dynamicpages/views/featured_view.pt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="card text-bg-dark">
1+
<div class="dynamic-featured card text-bg-dark">
22
<tal:image tal:define="image view/related_image" tal:condition="image">
33
<img tal:define="
44
images image/@@images;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<hr class="my-5 border border-primary border-3 opacity-75">
1+
<hr class="dynamic-horizontal-rule my-5 border border-primary border-3 opacity-75">

src/cs_dynamicpages/views/query_three_columns_view.pt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section tal:define="batch view/results">
1+
<section class="dynamic-three-columns" tal:define="batch view/results">
22
<h2 class="mb-5">${context/Title}</h2>
33
<div class="row">
44
<tal:repeat tal:repeat="brain batch">

0 commit comments

Comments
 (0)