From 264881ec8d2fc546fd7b786f7b2599a554de11a0 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 21 Jun 2018 16:55:42 +0200 Subject: [PATCH] Improved display of tiles next to each other. --- themes/default/mdEmbeds.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default/mdEmbeds.css b/themes/default/mdEmbeds.css index 3eb715b..3f92dea 100644 --- a/themes/default/mdEmbeds.css +++ b/themes/default/mdEmbeds.css @@ -27,7 +27,8 @@ a.navicurrent { background: #D6D6D6; } * This class also builds the base for other tiles. */ -div.objTile { display: inline-block; width: 200px; border: 1px solid #D6D6D6; text-align: center; +div.objTile { display: inline-block; width: 200px; border: 1px solid #D6D6D6; + vertical-align: top; text-align: center; transition: background .4s, box-shadow .4s; } div.objTile > div { position: relative; padding: .5em .5em 1.5em .5em; } div.objTile h4 { margin: 0; padding: 0 .5em; text-align: center; }