diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-19 21:02:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-19 21:02:44 +0200 |
commit | 715ff2975cde91f3741854b93d500a70ae5e3999 (patch) | |
tree | 8edf8efd985a19c714956131b5c4e438503fa5e0 /share | |
parent | ae6583a2826d9eba17408e557f523e4f5ae40038 (diff) |
improve EXIF tag format; add download link
Diffstat (limited to 'share')
-rw-r--r-- | share/css/main.css | 14 | ||||
-rw-r--r-- | share/html_end | 4 |
2 files changed, 17 insertions, 1 deletions
diff --git a/share/css/main.css b/share/css/main.css index 77ea8a7..859bc61 100644 --- a/share/css/main.css +++ b/share/css/main.css @@ -2,6 +2,10 @@ body { font-family: Sans-Serif; } +a { + text-decoration: none; +} + div.image-container { text-align: center; font-size: 80%; @@ -18,3 +22,13 @@ div.image-container img { max-width: /* $imgwidth */; max-height: /* $imgheight */; } + +.gslide-desc p span { + padding-left: 0.2em; + padding-right: 0.2em; +} + +.gslide-desc p span.sep { + padding-left: 0.4em; + padding-right: 0.4em; +} diff --git a/share/html_end b/share/html_end index a080491..1306429 100644 --- a/share/html_end +++ b/share/html_end @@ -1,6 +1,8 @@ </div> <script type="text/javascript">//<![CDATA[ - const lightbox = GLightbox(); + const lightbox = GLightbox({ + moreLength: 0 + }); //]]></script> </body> </html> |