Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template

This commit is contained in:
Jana Deutschländer 2017-01-05 13:38:43 +01:00
commit 0d1087af30
10 changed files with 213 additions and 69 deletions

View file

@ -56,16 +56,28 @@
}
}
/* + + + linklist + + + */
ul {
padding-left: (@icon-size + .5);
}
li {
color: @color-nav;
list-style-type: none;
a {
color: inherit;
display: list-item;
list-style-type: square;
color: @color-nav;
padding-top: .1rem;
padding-bottom: .1rem;
transition: @transition color;
&:hover,
&:focus,
&:active {
color: @button_color;
}
}
&:first-of-type {