Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layouts/partials/icon.html')
-rw-r--r--docs/layouts/partials/icon.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layouts/partials/icon.html b/docs/layouts/partials/icon.html
index 0a0837ba9..4d6be7b09 100644
--- a/docs/layouts/partials/icon.html
+++ b/docs/layouts/partials/icon.html
@@ -1,8 +1,8 @@
{{- $filename := .File.TranslationBaseName -}}
{{- with .Site.GetPage .File.Path }}
<li class="col mb-4"{{ with .Params.tags }} data-tags="{{ delimit . " " }}"{{ end }}{{ with .Params.categories }} data-categories="{{ delimit . " " | lower }}"{{ end }}>
- <a class="d-block text-dark text-decoration-none" href="{{ .RelPermalink }}">
- <div class="p-3 py-4 mb-2 bg-light text-center rounded">
+ <a class="list-icon d-block text-dark text-decoration-none" href="{{ .RelPermalink }}">
+ <div class="p-3 py-4 mb-2 border text-center rounded">
{{ if $.IsHome -}}
<svg class="bi" width="1em" height="1em" fill="currentColor">
<use xlink:href="bootstrap-icons.svg#{{ $filename }}"/>