Skip to content

Commit

Permalink
Removal of unnecessary css in sections contact and gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
lamth committed Jun 13, 2023
1 parent b61c35b commit 3b3b070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Changelog
1.1.18 (unreleased)
-------------------

- Nothing changed yet.
- Removal of unnecessary css in sections contact and gallery
[thomlamb]


1.1.17 (2023-05-31)
Expand Down
3 changes: 1 addition & 2 deletions src/imio/smartweb/core/contents/sections/contact/view.pt
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@
tal:attributes="class string:${nb_class} contact_gallery">
<!-- fix some css for usage in Plone -->
<style type="text/css">
#spotlight .header { padding-right: 120px !important; }
#content-core a { border-bottom: 0px solid transparent !important;}
#spotlight .header { padding-right: 120px; }
</style>
<div id="swiper1" class="swiper" style="width:100%"
tal:attributes="data-nb-results-by-batch context/nb_results_by_batch"
Expand Down
3 changes: 1 addition & 2 deletions src/imio/smartweb/core/contents/sections/gallery/view.pt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
id string:body-section-${context/id}">
<!-- fix some css for usage in Plone -->
<style type="text/css">
#spotlight .header { padding-right: 120px !important; }
#content-core a { border-bottom: 0px solid transparent !important;}
#spotlight .header { padding-right: 120px; }
</style>

<div tal:define="portal context/@@plone_portal_state/portal;
Expand Down

0 comments on commit 3b3b070

Please sign in to comment.