diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-09-03 20:46:08 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-09-03 20:46:12 +0200 |
commit | 803997af0dfd6e8923b10ad91c9c2239624b5f86 (patch) | |
tree | b4e50c06be8a20ecffa752822869e69941c9cc16 /styles | |
parent | ee3cc6fceb0dd20cd53755f8d280c5b385fcf7a7 (diff) |
Don't set display: inline-block on list items
This makes the bullet point appear aligned to the bottom (vertically) rather than the top.
Diffstat (limited to 'styles')
-rw-r--r-- | styles/opticks.css | 5 |
1 files changed, 0 insertions, 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; |