Commit

Author:

Hash:

Timestamp:

+5 -3 +/-1 browse

Kevin Schoon [me@kevinschoon.com]

59da58baa6ce1f8e956a8c5cad9cae83cefc278c

Thu, 23 May 2024 10:39:02 +0000 (1.1 years ago)

revert block display for image readme
1diff --git a/ayllu/themes/default/theme.css b/ayllu/themes/default/theme.css
2index f7bd42c..2147ad9 100644
3--- a/ayllu/themes/default/theme.css
4+++ b/ayllu/themes/default/theme.css
5 @@ -279,10 +279,14 @@ section.viewer svg {
6 margin: 0 auto;
7 }
8
9- section.readme {
10+ .readme {
11 margin-top: 2.5em;
12 }
13
14+ .readme :where(img) {
15+ display: revert;
16+ }
17+
18 .stretch {
19 width: 100%;
20 }
21 @@ -420,8 +424,6 @@ article.log-entry {
22 margin: 1em;
23 }
24
25- .branch {
26- }
27
28 .message {
29 margin-top: 1em;