meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 5b8031a1d91b5e6bd9685a4a246ff7be8c88a375
parent 6ea38e802e618d6bc8e2a1f0cd31e7260cfbef94
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 Feb 2021 12:16:07 +0100

Upd the CSS img class

Add the "clear: right" attribute to stack the images vertically.

Diffstat:
Mmeso.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/meso.css b/meso.css @@ -227,6 +227,7 @@ hr { .img { float: right; + clear: right; margin: 0em 0em 1em 1em; }