Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Justify post content on larger screens.
· edef6f82
Chris Lamb
authored
May 02, 2019
edef6f82
Correct draft source links.
· 07e00dad
Chris Lamb
authored
May 02, 2019
07e00dad
2019-04: Initial draft.
· 651186c6
Chris Lamb
authored
May 02, 2019
651186c6
Expand all
Show whitespace changes
Inline
Side-by-side
_layouts/new/report.html
View file @
651186c6
...
...
@@ -9,7 +9,7 @@ layout: new/default
{% unless page.published %}
<div
class=
"col-12 alert alert-warning"
role=
"alert"
>
<strong>
This is an unpublished draft report.
</strong>
<a
href=
"https://salsa.debian.org/reproducible-builds/reproducible-website
.git/tree
/_reports/{{ page.year }}{{ page.month }}.md"
>
(source)
</a>
<a
href=
"https://salsa.debian.org/reproducible-builds/reproducible-website
/blob/master
/_reports/{{ page.year }}
-
{{ page.month }}.md"
>
(source)
</a>
</div>
{% endunless %}
...
...
_reports/2019-04.md
View file @
651186c6
This diff is collapsed.
Click to expand it.
assets/styles/custom.scss
View file @
651186c6
...
...
@@ -28,6 +28,7 @@ main {
@media
(
min-width
:
750px
)
{
.blog-post-content
{
max-width
:
750px
;
text-align
:
justify
;
}
}
}