annotate sat_templates/templates/default/static/blog.css @ 180:a144243841c7

css (merge-request_item): do no import anymore "highlight.css", as it is now imported automatically by template engine
author Goffi <goffi@goffi.org>
date Tue, 26 Mar 2019 08:51:18 +0100
parents 178f55b825b7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
8cdcbe0d7dee blog: various appareance improvments:
Goffi <goffi@goffi.org>
parents: 1
diff changeset
1 @media (min-width: 500px) {
104
b12de12e2e5b css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents: 101
diff changeset
2 #main_area {
b12de12e2e5b css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents: 101
diff changeset
3 background-image: var(--bg-img);
b12de12e2e5b css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents: 101
diff changeset
4 background-repeat: no-repeat;
b12de12e2e5b css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents: 101
diff changeset
5 background-size: cover;
b12de12e2e5b css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents: 101
diff changeset
6 }
16
8cdcbe0d7dee blog: various appareance improvments:
Goffi <goffi@goffi.org>
parents: 1
diff changeset
7 }