diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-08-08 21:21:16 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-08-08 21:21:16 -0300 |
commit | 2a6c0f4053d3bf1b774b34e55a1e3de487a1204c (patch) | |
tree | dbd7dc4af65f1c5717448a34eee46860bd20984f /src/static | |
parent | 860453fa79802768ac0b4e19efa64d0be02ef66c (diff) | |
parent | 725482638dcc96632c3a9cf2b885f4128c50a1c1 (diff) |
Merge branch 'data-steps' of github.com:hsmusic/hsmusic-wiki into data-steps
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site4.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index c9843bce..dd6f104e 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; } @@ -559,7 +558,7 @@ a.box img { height: auto; } -a.box .image-container.placeholder-image { +a.box .square .image-container { width: 100%; height: 100%; } |