improve less formating - part 1 (plugin modules)

- remove @author from comments
- adjust the spacing
This commit is contained in:
Jana Deutschländer 2019-04-10 16:00:53 +02:00
commit cbc7dfe5f0
20 changed files with 24 additions and 75 deletions

View file

@ -1,3 +1,7 @@
/**
* This file provides styles for the sitemapnavi plugin
*/
#plugin__sitemapnavi {
padding-bottom: @nav-margin;
margin-bottom: @nav-margin;
@ -9,10 +13,10 @@
li {
line-height: @line-height-bigger;
}
li li {
margin-left: 0.75em;
li {
margin-left: 0.75em;
}
}
}