dokuwiki-template-sprintdoc.../css/plugins/popupviewer.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

26 lines
563 B
Text
Executable file

/**
* This file provides styles for popupviewer plugin
*/
/* + + + + + global + + + + + */
#popupviewer {
> .controls > .content {
padding: 1.5rem 1rem 1rem;
td,
th {
font-size: @font-size-default;
line-height: @line-height-default;
a{
font-size: @font-size-default;
line-height: @line-height-default;
}
}
.li,
li {
font-size: @font-size-default;
line-height: @line-height-default;
}
}
}