aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-01-06 14:50:09 +0100
committerArthurHoaro <arthur@hoa.ro>2017-01-06 14:50:09 +0100
commitb057607f1b8a242c5c0325ceaf7c963632b960aa (patch)
treeffcec7ca97bc9edc84d2a79d5d7cb9f37200cc50 /tpl/default/picwall.html
parent2bbf5d03ca47c9ce5bc88aabae6096f90f646cab (diff)
downloadShaarli-b057607f1b8a242c5c0325ceaf7c963632b960aa.tar.gz
Shaarli-b057607f1b8a242c5c0325ceaf7c963632b960aa.tar.zst
Shaarli-b057607f1b8a242c5c0325ceaf7c963632b960aa.zip
A lot of minor improvements, cleanup, narrow mobile side blank spaces
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 57669340..b9ae2f2e 100644
--- a/tpl/default/picwall.html
+++ b/tpl/default/picwall.html
@@ -7,8 +7,8 @@
7{include="page.header"} 7{include="page.header"}
8 8
9<div class="pure-g"> 9<div class="pure-g">
10 <div class="pure-u-lg-1-6 pure-u-1-8"></div> 10 <div class="pure-u-lg-1-6 pure-u-1-24"></div>
11 <div class="pure-u-lg-2-3 pure-u-3-4 page-form page-visitor"> 11 <div class="pure-u-lg-2-3 pure-u-22-24 page-form page-visitor">
12 {$countPics=count($linksToDisplay)} 12 {$countPics=count($linksToDisplay)}
13 <h2 class="window-title">{'Picture Wall'|t} - {$countPics} {'pics'|t}</h2> 13 <h2 class="window-title">{'Picture Wall'|t} - {$countPics} {'pics'|t}</h2>
14 14