diff --git a/pub/style/style.css b/pub/style/style.css index a674774..baafd00 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -55,7 +55,6 @@ body { /* font-family: 'charter'; */ font-size: 25px; background-color: #fcfcfc; - line-height: 130%; color:#333; } @@ -147,6 +146,7 @@ article{ min-width: 70%; padding-left: 1em; color: #333; + line-height: 140%; /* padding: 0.3em 0 0 0; */ } @@ -369,7 +369,8 @@ img + em { @media screen and (max-width: 1000px) { body { display: block; - font-size: 40px; + font-size: 25px; + line-height: 140%; } .img-frontpage-center { width: 60%; /* 700px * 0.6 = 420px */ diff --git a/tpl/sitemap.tpl b/tpl/sitemap.tpl index 75e3cdb..2388cc5 100644 --- a/tpl/sitemap.tpl +++ b/tpl/sitemap.tpl @@ -47,7 +47,7 @@ fn listDir { if(! ~ $#filename 0 && ! ~ $filename '') { # filename=' — '$"filename - echo ''^$"filename^'' + echo ''^$"filename^'' } if not { if(! ~ $"dirname $filtereddirs) @@ -62,8 +62,8 @@ fn listDir { echo '' } if not { - # echo '/' - echo ' ' + echo '/' + # echo ' ' } echo $base_url^$url >> $tmpfile