diff options
Diffstat (limited to 'share/templates/default')
| -rw-r--r-- | share/templates/default/header.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl index c0f81fb..ae1368d 100644 --- a/share/templates/default/header.tmpl +++ b/share/templates/default/header.tmpl @@ -38,6 +38,10 @@ cat <<END padding: 5px; } + img.thumb { + height: ${THUMBHEIGHT}px; + } + img.thumb:hover { -webkit-transform: scaleX(-1); transform: scaleX(-1); |
