From e4e920e053917e39903e31435d36258cb4a8e3a7 Mon Sep 17 00:00:00 2001 From: Romain Date: Tue, 15 Nov 2016 09:40:20 +1100 Subject: [PATCH] Don't float thumbs in "classic" mode, inline-block works just as well --- templates/themes/classic/theme.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/themes/classic/theme.less b/templates/themes/classic/theme.less index c895a18..1bd5901 100644 --- a/templates/themes/classic/theme.less +++ b/templates/themes/classic/theme.less @@ -115,8 +115,8 @@ nav li:not(.active):hover { } #media li { - float: left; - margin-right: 0.4em; + display: inline-block; + margin-right: 0.2em; margin-bottom: 0.2em; position: relative; }