dokuwiki-template-sprintdoc.../css/plugins/structstatus.less
Jana Deutschländer cbc7dfe5f0 improve less formating - part 1 (plugin modules)
- remove @author from comments
- adjust the spacing
2019-04-10 16:00:53 +02:00

12 lines
262 B
Text

/**
* This file provides styles for structstatus plugin
*/
/* + + + + + global + + + + + */
#dokuwiki__content {
.struct_status {
border-color: @ini_border;
border-radius: @fix_border-radius;
font-size: @font-size-small;
}
}