diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-20 13:44:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-20 13:44:42 +0000 |
| commit | e88eea122ee112e63f7e544fd777ca8ab4cee323 (patch) | |
| tree | 3e9f7af4b1d318b37b7eb2b99f8a011a88d50bc1 /share/templates/default/prev.tmpl | |
| parent | 66c34c39d75d73159fe82c1d07961e0505fc8d6c (diff) | |
improve CSS styles - also add animationsdevelop
Diffstat (limited to 'share/templates/default/prev.tmpl')
| -rw-r--r-- | share/templates/default/prev.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/templates/default/prev.tmpl b/share/templates/default/prev.tmpl index 98dd874..7c7c630 100644 --- a/share/templates/default/prev.tmpl +++ b/share/templates/default/prev.tmpl @@ -1,5 +1,5 @@ cat <<END -<p> - <a href='${prev}.html'>Previous ${MAXPREVIEWS} pictures of current Album</a> -</p> +<div class="navigator"> + <a href='${prev}.html'>Previous ${MAXPREVIEWS} pictures</a> +</div> END |
