diff options
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%; } |