switch from {{content_boxes}} to {{content_box_####}}

This commit is contained in:
Mark Eaton
2022-08-25 15:27:31 -04:00
parent ea10e54d65
commit 735e99a33b
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -205,6 +205,12 @@ a.no-underline { text-decoration: none; }
.s-lib-public-side-header { display: none; }
.slick-active { outline: 0; }
/* style to make all imported boxes floating */
.s-lib-box-title {display: none;}
.s-lg-box {box-shadow: none !important;}
.s-lib-box .s-lib-box-title {display: none;}
.s-lib-box {box-shadow: none !important; border: 0 !important;}
/* style the hours */
.hours { text-align:center; }
.hours-panel-body { padding: 10px 5px 0 5px; }
+2 -2
View File
@@ -391,7 +391,7 @@
</div>
<div class="panel panel-default hide-body-border">
<div class="panel-heading show-panel">
<span class="panel-title content-panel-title"><h2>Upcoming Library Hours</h2></span>
<span class="panel-title content-panel-title"><h2>Today's Library Hours</h2></span>
</div>
<div class="panel-body">
{{content_box_29248590}}
@@ -404,7 +404,7 @@
<span class="panel-title content-panel-title"><h2>Featured in the Library</h2></span>
</div>
<div class="panel-body">
{{content_boxes}}
{{content_box_25912431}}
</div>
</div>
</div>