some small css fixups
This commit is contained in:
parent
d462cb2375
commit
816327fef1
@ -11,5 +11,7 @@
|
|||||||
</small>
|
</small>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</p>
|
</p>
|
||||||
|
<section class="content">
|
||||||
{{ .Content}}
|
{{ .Content}}
|
||||||
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
@ -8,10 +8,5 @@
|
|||||||
.after('<figcaption>'+$(this).attr("alt")+'</figcaption>');
|
.after('<figcaption>'+$(this).attr("alt")+'</figcaption>');
|
||||||
});
|
});
|
||||||
|
|
||||||
$("article iframe").wrap('<p></p>');
|
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{{ if (eq .RelPermalink "/pages/impressum/") }}
|
|
||||||
this is a impressum
|
|
||||||
{{ end }}
|
|
||||||
|
@ -113,6 +113,11 @@ article h1 {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main article,
|
||||||
|
main section {
|
||||||
|
padding: 1.0rem 1.0rem;
|
||||||
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background-image: url("/images/newstile.png");
|
background-image: url("/images/newstile.png");
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
@ -143,15 +148,9 @@ footer span {
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.article_content {
|
|
||||||
padding-bottom: 15px;
|
|
||||||
padding-left: 0px;
|
|
||||||
padding-right: 0px;
|
|
||||||
padding-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
section#pagination {
|
section#pagination {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-top: 7.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
Loading…
Reference in New Issue
Block a user