From 803997af0dfd6e8923b10ad91c9c2239624b5f86 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 3 Sep 2019 20:46:08 +0200 Subject: Don't set display: inline-block on list items This makes the bullet point appear aligned to the bottom (vertically) rather than the top. --- styles/opticks.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/styles/opticks.css b/styles/opticks.css index 4d55d75..0ebd549 100644 --- a/styles/opticks.css +++ b/styles/opticks.css @@ -429,11 +429,6 @@ li.action { DOKUWIKI ELEMENTS in pages */ -/* Some list items are wrapped in this shit */ -div.li { - display: inline-block; -} - /* Icons in lists, make sure they're actually fucking aligned with the text */ .icon { vertical-align: middle; -- cgit