diff options
author | Siri Reiter <siri@pjones.dk> | 2023-10-08 08:53:05 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2023-10-08 08:53:05 +0200 |
commit | 35b992451bf30078eb7801c80349ba6820d61828 (patch) | |
tree | 9d1001162f57998efc8d5d613f1b57d9ef651a27 | |
parent | 8441372984621dac1d627b7900dd48264347cf3d (diff) |
same rules for images with and without caption (=table)
-rw-r--r-- | style.scss | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -314,8 +314,9 @@ img.tall { display: block; float: none; } -//Image pushing text down, below. Fixed width as an experiment. -#content img.solo { +//Image clearing text. +#content img.solo, +#content table.img.solo { float: none; display: block; padding: 0; |