aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-05-10 13:26:11 +0200
committerArthurHoaro <arthur@hoa.ro>2018-05-10 13:26:11 +0200
commit9d0fc862507e1933e447b3c3e92a438400aad263 (patch)
treec8131e06337ac4ab07d8b73276759bf540a552e4 /tpl/default/picwall.html
parentc69585f30350876c3f9a9b090ff1165c3ec98b79 (diff)
downloadShaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.gz
Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.zst
Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.zip
Add classes to default template to avoid using IDs in SCSS
Diffstat (limited to 'tpl/default/picwall.html')
-rw-r--r--tpl/default/picwall.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html
index 23796ac9..2f7e03dc 100644
--- a/tpl/default/picwall.html
+++ b/tpl/default/picwall.html
@@ -18,9 +18,9 @@
18 {/loop} 18 {/loop}
19 </div> 19 </div>
20 20
21 <div id="picwall_container"> 21 <div id="picwall_container" class="picwall-container">
22 {loop="$linksToDisplay"} 22 {loop="$linksToDisplay"}
23 <div class="picwall_pictureframe"> 23 <div class="picwall-pictureframe">
24 {$value.thumbnail}<a href="{$value.real_url}"><span class="info">{$value.title}</span></a> 24 {$value.thumbnail}<a href="{$value.real_url}"><span class="info">{$value.title}</span></a>
25 {loop="$value.picwall_plugin"} 25 {loop="$value.picwall_plugin"}
26 {$value} 26 {$value}