summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2019-09-03 20:46:08 +0200
committerPaweł Redman <pawel.redman@gmail.com>2019-09-03 20:46:12 +0200
commit803997af0dfd6e8923b10ad91c9c2239624b5f86 (patch)
treeb4e50c06be8a20ecffa752822869e69941c9cc16
parentee3cc6fceb0dd20cd53755f8d280c5b385fcf7a7 (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.
-rw-r--r--styles/opticks.css5
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;