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/css | |
parent | ae6583a2826d9eba17408e557f523e4f5ae40038 (diff) |
improve EXIF tag format; add download link
Diffstat (limited to 'share/css')
-rw-r--r-- | share/css/main.css | 14 |
1 files changed, 14 insertions, 0 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; +} |