# HG changeset patch # User Matti Hamalainen # Date 1504526325 -10800 # Node ID be2e9d5e127deb1c112fe4140995009d5843076a # Parent 9589faf2e8a16526caf349c296750e259c641a9c Fix CSS so that use_tables actually works with the default example CSS. diff -r 9589faf2e8a1 -r be2e9d5e127d basic.css --- a/basic.css Mon Sep 04 14:58:02 2017 +0300 +++ b/basic.css Mon Sep 04 14:58:45 2017 +0300 @@ -70,11 +70,15 @@ } .galleryTable { + align-items: center; + justify-content: center; + width: 100%; + background: #454; +} + +div.galleryTable { display: flex; flex-wrap: wrap; - align-items: center; - width: 100%; - background: #454; } div.galleryEntry { @@ -105,7 +109,7 @@ color: #f00; } -.galleryTable .galleryEntry { +div.galleryTable .galleryEntry { display: inline-block; vertical-align: middle; }