From 6a587f87141f9cdcf94337f686161abfd068b1cb Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 1 Sep 2021 21:31:54 -0700 Subject: [PATCH] uuid style --- styles/less/main.less | 4 ++++ templates/photo.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/less/main.less b/styles/less/main.less index 358c4cd..9ea2c58 100644 --- a/styles/less/main.less +++ b/styles/less/main.less @@ -340,3 +340,7 @@ ul.form-pager { } } } + +span.uuid { + font-family: monospace; +} diff --git a/templates/photo.html b/templates/photo.html index 8c2a308..419d177 100644 --- a/templates/photo.html +++ b/templates/photo.html @@ -66,7 +66,7 @@
- {{ img.uuid }} + {{ img.uuid }}
{{ img.fname }}