dokuwiki-template-sprintdoc.../css/plugins/popupviewer.less
2017-04-07 15:22:54 +02:00

28 lines
565 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;
}
}
}