aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/tag.list.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-05-29 20:20:02 +0200
committerGitHub <noreply@github.com>2018-05-29 20:20:02 +0200
commit8f816d8ddfe9219e15580cef6e5c9037d1d4fd28 (patch)
tree959b5982d522c3b489353dd2300b85f2d1638720 /tpl/default/tag.list.html
parentcdebf7f9b408f4034b03644a91461f3454c6c039 (diff)
parent03b483aa45ca994c0d75010e2008a8f0bfcf7ed3 (diff)
downloadShaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.tar.gz
Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.tar.zst
Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.zip
Merge pull request #1135 from ArthurHoaro/ci/csslint
Reformat SCSS to SASS format and run SASSLint in CI
Diffstat (limited to 'tpl/default/tag.list.html')
-rw-r--r--tpl/default/tag.list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html
index 7140c67a..772d6ad3 100644
--- a/tpl/default/tag.list.html
+++ b/tpl/default/tag.list.html
@@ -21,7 +21,7 @@
21 </p> 21 </p>
22 {/if} 22 {/if}
23 23
24 <div id="search-tagcloud" class="pure-g"> 24 <div id="search-tagcloud" class="pure-g searchform-block search-tagcloud">
25 <div class="pure-u-lg-1-4"></div> 25 <div class="pure-u-lg-1-4"></div>
26 <div class="pure-u-1 pure-u-lg-1-2"> 26 <div class="pure-u-1 pure-u-lg-1-2">
27 <form method="GET"> 27 <form method="GET">
@@ -45,7 +45,7 @@
45 {/loop} 45 {/loop}
46 </div> 46 </div>
47 47
48 <div id="taglist"> 48 <div id="taglist" class="taglist-container">
49 {loop="tags"} 49 {loop="tags"}
50 <div class="tag-list-item pure-g" data-tag="{$key}"> 50 <div class="tag-list-item pure-g" data-tag="{$key}">
51 <div class="pure-u-1"> 51 <div class="pure-u-1">