lists with bullet points again

closes #147
This commit is contained in:
Felix Hamann 2018-09-30 22:23:09 +02:00
parent f05c6c66b2
commit 4987d23c1b
2 changed files with 8 additions and 3 deletions

View File

@ -113,7 +113,7 @@ a:hover {
ul { ul {
list-style-type: none; margin-left: 20px;
} }
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
@ -424,6 +424,11 @@ input[type="button"].btn-info:hover,
} }
/* LIST MODIFIERS */ /* LIST MODIFIERS */
.list--iconless {
list-style-type: none;
margin-left: 0;
}
.list--inline li { .list--inline li {
display: inline-block; display: inline-block;
} }

View File

@ -9,13 +9,13 @@ $newline never
_{MsgWinterTermShort year} _{MsgWinterTermShort year}
$of Summer $of Summer
_{MsgSummerTermShort year} _{MsgSummerTermShort year}
<ul .asidenav__list.js-show-hide__target> <ul .asidenav__list.js-show-hide__target.list--iconless>
$forall (Course{..}, courseRoute, pageActions) <- favouriteTerm tid $forall (Course{..}, courseRoute, pageActions) <- favouriteTerm tid
<li .asidenav__list-item :highlight courseRoute:.asidenav__list-item--active> <li .asidenav__list-item :highlight courseRoute:.asidenav__list-item--active>
<a .asidenav__link-wrapper href=@{courseRoute}> <a .asidenav__link-wrapper href=@{courseRoute}>
<div .asidenav__link-shorthand>#{courseShorthand} <div .asidenav__link-shorthand>#{courseShorthand}
<div .asidenav__link-label>#{courseName} <div .asidenav__link-label>#{courseName}
<ul .asidenav__nested-list> <ul .asidenav__nested-list.list--iconless>
$forall action <- pageActions $forall action <- pageActions
$case action $case action
$of PageActionPrime (MenuItem{..}) $of PageActionPrime (MenuItem{..})