Nur kleinere Korrekturen

modified:   .gitignore
	modified:   Makefile
	deleted:    Makefile~
	modified:   pandocTemplate/cwsvJudo.amp.pandocTemplate
	modified:   pandocTemplate/cwsvJudo.html5.pandocTemplate
	modified:   phpLib/cwsvJudo/galleryRedirector.php
This commit is contained in:
marko
2018-07-09 14:47:59 +02:00
parent a9e0a30538
commit b4b09f4c32
6 changed files with 30 additions and 78 deletions

View File

@@ -75,7 +75,8 @@ $endfor$
margin-top: 50px;
}
.hamburger {
padding-left: 10px;
padding-left: .5em;
padding-right: .5em;
}
.sidebar {
padding: 10px;
@@ -132,8 +133,10 @@ $endfor$
alt="Judo im Chemnitzer WSV - Promo"
src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/banner/bannerlogo.1.jpg"
></amp-img>
<span>Judo</span>
<span class="breadcrumbs"></span>
<span>
<span>Judo</span>
<span><?php $$zitat = getRandomCite( getCwsvJudoDbConn() ); echo($$zitat['zitat']);?></span>
</span>
<amp-img layout="responsive"
width="64" height="52"
title="Judo im Chemnitzer WSV"

View File

@@ -51,7 +51,12 @@ $if(phpTitleFunction)$
$else$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
$endif$
<style>code{white-space: pre;}</style>
<style>
code{white-space: pre;}
$for(css)$
<?php include($$basePath."/$css$");?>
$endfor$
</style>
$if(quotes)$
<style>
q { quotes: "“" "”" "" ""; }
@@ -62,9 +67,6 @@ $if(highlighting-css)$
$highlighting-css$
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="/$css$">
$endfor$
$for(extraCss)$
<link rel="stylesheet" href="$extraCss$">
$endfor$