diff --git a/assets/css/theme.css b/assets/css/theme.css index cff6980..7ae301c 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1628,6 +1628,10 @@ select { text-decoration-line: line-through; } +.no-underline { + text-decoration-line: none; +} + .underline-offset-2 { text-underline-offset: 2px; } @@ -1870,6 +1874,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { left: 50%; } + .md\:mb-4 { + margin-bottom: 1rem; + } + .md\:block { display: block; } diff --git a/modules/ps_imageslider/views/templates/hook/slider.tpl b/modules/ps_imageslider/views/templates/hook/slider.tpl index ff24ede..8a07c99 100644 --- a/modules/ps_imageslider/views/templates/hook/slider.tpl +++ b/modules/ps_imageslider/views/templates/hook/slider.tpl @@ -33,7 +33,7 @@ {$slide.legend|escape} {if $slide.title || $slide.description}
-

{$slide.title}

+

{$slide.title}

{$slide.description nofilter}
{/if}