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