From 4987d23c1b683b5f0cb7e3fad990b18038407322 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 30 Sep 2018 22:23:09 +0200 Subject: [PATCH] lists with bullet points again closes #147 --- templates/default-layout.lucius | 7 ++++++- templates/widgets/asidenav.hamlet | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 34285a821..3cec9a83d 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -113,7 +113,7 @@ a:hover { ul { - list-style-type: none; + margin-left: 20px; } h1, h2, h3, h4, h5 { @@ -424,6 +424,11 @@ input[type="button"].btn-info:hover, } /* LIST MODIFIERS */ +.list--iconless { + list-style-type: none; + margin-left: 0; +} + .list--inline li { display: inline-block; } diff --git a/templates/widgets/asidenav.hamlet b/templates/widgets/asidenav.hamlet index 346b356f5..f75a8f162 100644 --- a/templates/widgets/asidenav.hamlet +++ b/templates/widgets/asidenav.hamlet @@ -9,13 +9,13 @@ $newline never _{MsgWinterTermShort year} $of Summer _{MsgSummerTermShort year} -