diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-08-08 10:00:43 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-08-08 10:00:43 -0300 |
commit | 69bfe1697e5513d49b3dcf1e64a0e82c512cbdc8 (patch) | |
tree | 9ab7295cef66bc61c6ecf15c73a89a73eb64caeb /src/static | |
parent | 31a15f783f915811990cefb90fe1661293c49f3d (diff) |
css, content: transformContent: separate images from container
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site4.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index c9843bce..fc4f148d 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -539,8 +539,7 @@ p .current { display: none; } -a.box.content-image { - display: block; +.content-image { margin-top: 1em; margin-bottom: 1em; } |