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

@ -2,9 +2,7 @@
* This file provides styles for bureaucracy plugin
*/
/* + + + + + global + + + + + */
.dokuwiki form.bureaucracy__plugin {
fieldset {
width: 100%;
@ -95,10 +93,8 @@
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* min-width: 1440px */
@media @screen_min-xlg {
.dokuwiki form.bureaucracy__plugin {
p {
@ -107,10 +103,8 @@
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1439px */
@media @screen_max-xlg {
.dokuwiki form.bureaucracy__plugin {
p,
@ -120,4 +114,3 @@
}
}
}