From 29a1ada097a0c197c0494eabaeb6430d0f9396a7 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 11 Aug 2007 18:07:39 +0200 Subject: add copyright; smaller image indicators --- examples/gipfel2html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/gipfel2html b/examples/gipfel2html index 9fe3a1c..e8912d9 100755 --- a/examples/gipfel2html +++ b/examples/gipfel2html @@ -26,7 +26,7 @@ while read name height x y dist flags dummy; do thumb_w=`identify -format %w gipfelweb/thumbs/${name}` thumb_h=`identify -format %h gipfelweb/thumbs/${name}` - echo "#id_${i} {left:$((${x} - 20 / 2))px; top: $((${y} - 20 / 2))px; width: 20px; height: 20px;}" + echo "#id_${i} {left:$((${x} - 10 / 2))px; top: $((${y} - 6 / 2))px; width: 10px; height: 6px;}" echo "#id_${i}:hover {width: ${thumb_w}px; height: ${thumb_h}px; background: url(thumbs/${name});}" i=$((${i} + 1)) @@ -55,9 +55,9 @@ EOF echo "

$TITLE

" cat << EOF - +
- +
EOF -- cgit v1.2.3